specifically allow healthz
This commit is contained in:
parent
9796e05fdc
commit
01c436a751
@ -93,7 +93,7 @@ function start_agentapi() {
|
|||||||
BOUNDARY_ARGS+=(--unprivileged)
|
BOUNDARY_ARGS+=(--unprivileged)
|
||||||
fi
|
fi
|
||||||
# Add default allowed URLs
|
# Add default allowed URLs
|
||||||
BOUNDARY_ARGS+=(--allow "*.anthropic.com" --allow "registry.npmjs.org" --allow "*.sentry.io" --allow "claude.ai" --allow "localhost" --allow "$ARG_CODER_HOST")
|
BOUNDARY_ARGS+=(--allow "*.anthropic.com" --allow "registry.npmjs.org" --allow "*.sentry.io" --allow "claude.ai" --allow "localhost:8080/healthz" --allow "$ARG_CODER_HOST")
|
||||||
|
|
||||||
# Add any additional allowed URLs from the variable
|
# Add any additional allowed URLs from the variable
|
||||||
if [ -n "$ARG_BOUNDARY_ADDITIONAL_ALLOWED_URLS" ]; then
|
if [ -n "$ARG_BOUNDARY_ADDITIONAL_ALLOWED_URLS" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user