Skip to content

Commit be836c2

Browse files
committed
chore: remove auth response headers from example compose since it's an advanced feature
1 parent 6f6b1f4 commit be836c2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ services:
3131
traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.example.com`)
3232
traefik.http.services.tinyauth.loadbalancer.server.port: 3000
3333
traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik
34-
traefik.http.middlewares.tinyauth.forwardauth.authResponseHeaders: Remote-User

docker-compose.example.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ services:
2929
traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`)
3030
traefik.http.services.tinyauth.loadbalancer.server.port: 3000
3131
traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik
32-
traefik.http.middlewares.tinyauth.forwardauth.authResponseHeaders: Remote-User

0 commit comments

Comments
 (0)