Skip to content

Commit 20a601d

Browse files
committed
fix: Don't log the full ANTHROPIC_BASE_URL value.
1 parent eea4bed commit 20a601d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agents/claude-code/deployment/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ validate_environment() {
8787
fi
8888
fi
8989

90-
# Log API endpoint if custom
90+
# Log API endpoint if custom (don't log full URL - may contain credentials)
9191
if [[ -n "${ANTHROPIC_BASE_URL:-}" ]]; then
92-
log_info "Using custom API endpoint: ${ANTHROPIC_BASE_URL}"
92+
log_info "Using custom API endpoint (value redacted)"
9393
fi
9494

9595
# Log model if specified

0 commit comments

Comments
 (0)