[forward auth]

This commit is contained in:
2024-07-28 19:13:37 +02:00
parent 6d45292515
commit 18b9a36d48

View File

@@ -291,7 +291,7 @@
- "traefik.http.routers.auth.entrypoints=websecure"
- "traefik.http.routers.auth.tls=true"
- "traefik.http.routers.auth.middlewares=privatevpn"
- "traefik.http.routers.auth.service=auth@docker"
- "traefik.http.routers.auth.service=auth@swarm"
- "traefik.http.services.auth.loadbalancer.server.port=4181"
- "traefik.http.middlewares.forward-auth.forwardauth.address=http://forward-auth:4181"
- "traefik.http.middlewares.forward-auth.forwardauth.trustForwardHeader=true"