File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ services:
131131 - traefik .http .middlewares .ops_ratelimit .ratelimit .sourcecriterion .ipstrategy .depth =1
132132 # Platform user auth : Use this middleware to enforce only authenticated users
133133 # https ://doc .traefik .io /traefik /middlewares /http /forwardauth
134- - traefik .http .middlewares .authenticated_platform_user .forwardauth .address =http ://${WEBSERVER_HOST }:${WEBSERVER_PORT }/v 0/auth :check
134+ - traefik .http .middlewares .authenticated_platform_user .forwardauth .address =http ://${WB_AUTH_WEBSERVER_HOST }:${WB_AUTH_WEBSERVER_PORT }/v 0/auth :check
135135 - traefik .http .middlewares .authenticated_platform_user .forwardauth .trustForwardHeader =true
136136 - traefik .http .middlewares .authenticated_platform_user .forwardauth .authResponseHeaders =Set -Cookie ,osparc -sc 2
137137 #
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ DEPLOYMENT_FQDNS_WWW_CAPTURE_TRAEFIK_RULE='${DEPLOYMENT_FQDNS_WWW_CAPTURE_TRAEFI
3434PUBLIC_NETWORK = ${ PUBLIC_NETWORK }
3535MONITORED_NETWORK = ${ MONITORED_NETWORK }
3636
37- WEBSERVER_HOST = ${ WEBSERVER_HOST }
38- WEBSERVER_PORT = ${ WEBSERVER_PORT }
37+ WB_AUTH_WEBSERVER_HOST = ${ WB_AUTH_WEBSERVER_HOST }
38+ WB_AUTH_WEBSERVER_PORT = ${ WB_AUTH_WEBSERVER_PORT }
3939
4040TRAEFIK_DOMAINS_REDIRECT_FROM = ${ TRAEFIK_DOMAINS_REDIRECT_FROM }
4141TRAEFIK_DOMAINS_REDIRECT_TO = ${ TRAEFIK_DOMAINS_REDIRECT_TO }
You can’t perform that action at this time.
0 commit comments