Skip to content

fix: align claude-agent manifest with proxy-sidecar mode - #4

Merged
usize merged 1 commit into
mainfrom
fix/proxy-sidecar-compat
Jun 18, 2026
Merged

fix: align claude-agent manifest with proxy-sidecar mode#4
usize merged 1 commit into
mainfrom
fix/proxy-sidecar-compat

Conversation

@usize

@usize usize commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

The kagenti operator now injects authbridge-proxy (proxy-sidecar mode) instead of the old envoy + ext_proc sidecar. Update the manifest comments to reflect the current injection behavior.

Add lowercase http_proxy/https_proxy/no_proxy env vars to the claude-agent container. The operator injects uppercase HTTP_PROXY but curl in many base images (including node:22-slim) only respects the lowercase form. Without this, in-cluster HTTP requests bypass the forward proxy and skip token exchange, breaking the permission intersection enforcement.

Assisted by Opus 4.6

The kagenti operator now injects authbridge-proxy (proxy-sidecar mode)
instead of the old envoy + ext_proc sidecar. Update the manifest
comments to reflect the current injection behavior.

Add lowercase http_proxy/https_proxy/no_proxy env vars to the
claude-agent container. The operator injects uppercase HTTP_PROXY but
curl in many base images (including node:22-slim) only respects the
lowercase form. Without this, in-cluster HTTP requests bypass the
forward proxy and skip token exchange, breaking the permission
intersection enforcement.

Assisted by Opus 4.6
@usize

usize commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Bypassing review to unblock in-flight demo preparation.

@usize
usize merged commit 3b0ed9c into main Jun 18, 2026
1 of 2 checks passed
@github-project-automation github-project-automation Bot moved this from New/ToDo to Done in Rossoctl Issue Prioritization Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants