mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
docs: Fix incorrect example middleware (#1128)
* Fix incorrect example middleware
This commit is contained in:
parent
1ad243dfd1
commit
c9182f757e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
|||
image: kennethreitz/httpbin:latest
|
||||
labels:
|
||||
- "traefik.http.middlewares.pomerium.forwardauth.authResponseHeaders=X-Pomerium-Authenticated-User-Email,x-pomerium-authenticated-user-id,x-pomerium-authenticated-user-groups,x-pomerium-jwt-assertion"
|
||||
- "traefik.http.middlewares.pomerium.forwardauth.address=https://a6acdabcde358bd08f3537f4de7df7eb.m.pipedream.net"
|
||||
- "traefik.http.middlewares.pomerium.forwardauth.address=http://pomerium/"
|
||||
- "traefik.http.middlewares.pomerium.forwardauth.trustForwardHeader=true"
|
||||
|
||||
- "traefik.http.routers.httpbin.middlewares=pomerium@docker"
|
||||
|
|
Loading…
Add table
Reference in a new issue