You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(policy): add GitHub Copilot API endpoints and update binary paths
- Add copilot_api policy with all endpoints from GitHub's official
Copilot allowlist reference (api.githubcopilot.com, subscription-tier
APIs, model proxy, telemetry, feature flags, updates)
- Configure L7 inspection (protocol: rest, tls: terminate) on Copilot
API endpoints for credential injection support
- Add copilot and node binary paths to github_rest_api and
github_ssh_over_https policies
- Remove incomplete copilot policy (lacked L7 config and was missing
individual/business tier endpoints)
Tested end-to-end in a live OpenShell sandbox with proxy-based
credential injection. All auth formats verified working (Bearer, token,
Basic, query param).
0 commit comments