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
Copy file name to clipboardExpand all lines: docs/api-proxy-sidecar.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,9 @@ The agent container receives **redacted placeholders** and proxy URLs:
145
145
|`COPILOT_TOKEN`|`placeholder-token-for-credential-isolation`|`COPILOT_GITHUB_TOKEN` or `COPILOT_API_KEY` provided to host | Placeholder token (real auth via API_URL) |
146
146
|`COPILOT_GITHUB_TOKEN`|`placeholder-token-for-credential-isolation`|`COPILOT_GITHUB_TOKEN` provided to host | Placeholder token protected by one-shot-token |
147
147
|`COPILOT_API_KEY`|`placeholder-token-for-credential-isolation`|`COPILOT_API_KEY` provided to host | BYOK placeholder token protected by one-shot-token |
|`COPILOT_PROVIDER_BASE_URL`|`http://172.30.0.30:10002`|`COPILOT_API_KEY` provided to host | Points Copilot CLI BYOK provider at sidecar |
150
+
|`COPILOT_PROVIDER_API_KEY`|`placeholder-token-for-credential-isolation`|`COPILOT_API_KEY` provided to host | BYOK provider API key placeholder (real key in sidecar) |
148
151
|`OPENAI_API_KEY`| Not set |`--enable-api-proxy`| Excluded from agent (held in api-proxy) |
149
152
|`ANTHROPIC_API_KEY`| Not set |`--enable-api-proxy`| Excluded from agent (held in api-proxy) |
150
153
|`HTTP_PROXY`|`http://172.30.0.10:3128`| Always | Routes through Squid proxy |
0 commit comments