From edebc575e30332ff64bf5bd5a061772696a763d8 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 29 Aug 2023 18:10:01 -0400 Subject: [PATCH] feat: add to authentik's authResponseHeaders --- cluster/apps/authentik/traefik-middleware.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/authentik/traefik-middleware.yaml b/cluster/apps/authentik/traefik-middleware.yaml index 5bb6c51..7c70f64 100644 --- a/cluster/apps/authentik/traefik-middleware.yaml +++ b/cluster/apps/authentik/traefik-middleware.yaml @@ -19,4 +19,5 @@ spec: - X-authentik-meta-provider - X-authentik-meta-app - X-authentik-meta-version + - X-WebAuth-User - Remote-User \ No newline at end of file