debugging claims

This commit is contained in:
mr
2024-11-04 09:43:35 +01:00
parent 02767d87fa
commit 605327e5c7
5 changed files with 39 additions and 25 deletions

View File

@@ -28,6 +28,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.whoami.entrypoints=web"
- "traefik.http.routers.whoami.rule=Host(`localhost`)"
- "traefik.routers.whoami.rule=Path(/whoami)"
- "traefik.http.routers.whoami.tls=false"
- "traefik.http.services.whoami.loadbalancer.server.port=80"
- "traefik.http.routers.whoami.middlewares=auth"