Skip to content

Commit 5893930

Browse files
github-actions[bot]CopilotlpcoxCopilot
authored
[docs] Document ANTHROPIC_AUTH_TOKEN protection in API proxy isolation (#6414)
* docs: Document ANTHROPIC_AUTH_TOKEN protection in API proxy isolation Update authentication-architecture.md to explicitly mention ANTHROPIC_AUTH_TOKEN alongside ANTHROPIC_API_KEY in the security design warning. This reflects the recent changes in PR #6410 that protect ANTHROPIC_AUTH_TOKEN through the same credential isolation mechanism. Related to commit 6d25856 (Protect `ANTHROPIC_AUTH_TOKEN` in AWF credential isolation paths). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Landon Cox <landon.cox@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 417dac3 commit 5893930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/authentication-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ agent:
133133
```
134134
135135
:::danger[Security design]
136-
API keys are intentionally excluded from the agent container environment. When `--enable-api-proxy` is set, `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, and related keys are added to the excluded environment variables list in `docker-manager.ts`.
136+
API credentials are intentionally excluded from the agent container environment. The API proxy is always enabled, and `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `ANTHROPIC_AUTH_TOKEN`, and related credentials are added to the excluded environment variables list in `src/services/agent-environment/excluded-vars.ts`.
137137
:::
138138

139139
### 3. API proxy: credential injection layer

0 commit comments

Comments
 (0)