Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 4.14 KB

configuring-your-proxy-server-or-firewall-for-copilot.md

File metadata and controls

41 lines (34 loc) · 4.14 KB
title intro permissions versions topics shortTitle
Configuring your proxy server or firewall for Copilot
You should allow certain traffic through your firewall or proxy server for {% data variables.product.prodname_copilot_short %} to work as intended.
Proxy server maintainers or firewall maintainers
feature
copilot
Copilot
Allow Copilot traffic

If your company employs security measures like a firewall or proxy server, you should add the following URLs, ports, and protocols to an allowlist to ensure {% data variables.product.prodname_copilot_short %} works as expected:

Domain and/or URL Purpose
https://github.com/login/* Authentication
https://github.com/enterprises/YOUR-ENTERPRISE/* Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %}
https://api.github.com/user User Management
https://api.github.com/copilot_internal/* User Management
https://copilot-telemetry.githubusercontent.com/telemetry Telemetry
https://default.exp-tas.com Telemetry
https://copilot-proxy.githubusercontent.com API service for {% data variables.product.prodname_copilot_short %} suggestions
https://origin-tracker.githubusercontent.com API service for {% data variables.product.prodname_copilot_short %} suggestions
https://*.githubcopilot.com1 API service for {% data variables.product.prodname_copilot_short %} suggestions
https://*.individual.githubcopilot.com2 API service for {% data variables.product.prodname_copilot_short %} suggestions
https://*.business.githubcopilot.com3 API service for {% data variables.product.prodname_copilot_short %} suggestions
https://*.enterprise.githubcopilot.com4 API service for {% data variables.product.prodname_copilot_short %} suggestions

Depending on the security policies and editors your organization uses, you may need to allowlist additional domains and URLs. For more information on specific editors, see Further reading.

Every user of the proxy server or firewall also needs to configure their own environment to connect to {% data variables.product.prodname_copilot_short %}. See AUTOTITLE.

Further reading

Footnotes

  1. Allows access to authorized users regardless of {% data variables.product.prodname_copilot_short %} plan. Do not add this URL to your allowlist if you are using subscription-based network routing. For more information on subscription-based network routing, see AUTOTITLE.

  2. Allows access to authorized users via a {% data variables.product.prodname_copilot_individuals_short %} plan. Do not add this URL to your allowlist if you are using subscription-based network routing.

  3. Allows access to authorized users via a {% data variables.product.prodname_copilot_business_short %} plan. Do not add this URL to your allowlist if you want to use subscription-based network routing to block users from using {% data variables.product.prodname_copilot_business_short %} on your network.

  4. Allows access to authorized users via a {% data variables.product.prodname_copilot_enterprise_short %} plan. Do not add this URL to your allowlist if you want to use subscription-based network routing to block users from using {% data variables.product.prodname_copilot_enterprise_short %} on your network.