We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a3c04 commit 3a59245Copy full SHA for 3a59245
registry/coder/modules/claude-code/scripts/start.sh
@@ -89,9 +89,6 @@ function start_agentapi() {
89
90
# Build boundary args with conditional --unprivileged flag
91
BOUNDARY_ARGS=(--log-dir "$ARG_BOUNDARY_LOG_DIR")
92
-# if [ "${ARG_BOUNDARY_UNPRIVILEGED:-true}" = "true" ]; then
93
-# BOUNDARY_ARGS+=(--unprivileged)
94
-# fi
95
# Add default allowed URLs
96
BOUNDARY_ARGS+=(--allow "*.anthropic.com" --allow "registry.npmjs.org" --allow "*.sentry.io" --allow "claude.ai" --allow "$ARG_CODER_HOST")
97
0 commit comments