Skip to content

Commit f63f289

Browse files
SashkoMarchukclaude
andcommitted
fix(oauth2-proxy): make SIGN_OUT_URL configurable via env var
Apply CodeRabbit nitpick: use ${VAR:-default} pattern for SIGN_OUT_URL to match REDIRECT_URL convention. Zero-cost consistency improvement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 07f0c49 commit f63f289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
- OAUTH2_PROXY_SHOW_DEBUG_ON_ERROR=true
112112

113113
# Logout settings
114-
- OAUTH2_PROXY_SIGN_OUT_URL=https://temporal.gluzdov.com/oauth2/sign_out
114+
- OAUTH2_PROXY_SIGN_OUT_URL=${OAUTH2_PROXY_SIGN_OUT_URL:-https://temporal.gluzdov.com/oauth2/sign_out}
115115
healthcheck:
116116
test: ["CMD", "wget", "-O", "/dev/null", "-q", "http://localhost:8080/oauth2/health"]
117117
interval: 10s

0 commit comments

Comments
 (0)