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 6949bd3 commit 4462e2fCopy full SHA for 4462e2f
registry/coder/modules/claude-code/scripts/start.sh
@@ -89,9 +89,9 @@ 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
+# if [ "${ARG_BOUNDARY_UNPRIVILEGED:-true}" = "true" ]; then
+# BOUNDARY_ARGS+=(--unprivileged)
+# 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