mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
fix: specify host for id-management login
Otherwise traefik will match the route with the one specified in datashield-compose.yml
This commit is contained in:
@ -84,8 +84,8 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.traefik-forward-auth.loadbalancer.server.port=4180"
|
||||
- "traefik.http.routers.oauth2.rule=PathPrefix(`/oauth2-idm/`)"
|
||||
- "traefik.http.routers.oauth2.tls=true"
|
||||
- "traefik.http.routers.traefik-forward-auth.rule=Host(`${HOST}`) && PathPrefix(`/oauth2-idm`)"
|
||||
- "traefik.http.routers.traefik-forward-auth.tls=true"
|
||||
- "traefik.http.middlewares.traefik-forward-auth-idm.forwardauth.address=http://traefik-forward-auth:4180"
|
||||
- "traefik.http.middlewares.traefik-forward-auth-idm.forwardauth.authResponseHeaders=Authorization"
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user