From c9182f757eae359e63796b8d3c9aee5da9bc391a Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Wed, 22 Jul 2020 14:33:45 -0400 Subject: [PATCH] docs: Fix incorrect example middleware (#1128) * Fix incorrect example middleware --- examples/traefik/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traefik/docker-compose.yaml b/examples/traefik/docker-compose.yaml index a45bcea0f..e572c9c5d 100644 --- a/examples/traefik/docker-compose.yaml +++ b/examples/traefik/docker-compose.yaml @@ -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"