Commit e0d1e5d
fix(runner): allow short-form .svc DNS in credential fetch allowlist
BACKEND_API_URL is set to short-form Kubernetes service DNS
(e.g. ambient-api-server.ambient-code--ambient-s0.svc:8000) in OSD
deployments. The cluster-local security check only allowed
.svc.cluster.local, causing all credential fetches to be rejected.
Short-form .svc hostnames resolve only within the cluster and are
equivalent to .svc.cluster.local for security purposes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 533f368 commit e0d1e5d
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments