fix: allow usage of centraxx interface without login

Before this change CentraXX was redirected to the
central login servers then interacting with the id-management
This commit is contained in:
Torben Brenner
2024-10-01 13:30:23 +02:00
parent 65359c2ee6
commit eb2955872f
2 changed files with 12 additions and 3 deletions

View File

@ -151,7 +151,7 @@ services:
--pass-access-token=false
labels:
- "traefik.enable=true"
- "traefik.http.routers.oauth2_proxy.rule=Host(`${HOST}`) && PathPrefix(`/oauth2`)"
- "traefik.http.routers.oauth2_proxy.rule=PathPrefix(`/oauth2`)"
- "traefik.http.services.oauth2_proxy.loadbalancer.server.port=4180"
- "traefik.http.routers.oauth2_proxy.tls=true"
environment: