From 34eaa3b4fcc6d4b71a76d32ed8283357b88d6123 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 20 Apr 2024 11:45:57 -0400 Subject: [PATCH] fix(authentik): fix traefik forwardAuth middleware --- cluster/apps/authentik/traefik-middleware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/authentik/traefik-middleware.yaml b/cluster/apps/authentik/traefik-middleware.yaml index 7c70f64..b726f48 100644 --- a/cluster/apps/authentik/traefik-middleware.yaml +++ b/cluster/apps/authentik/traefik-middleware.yaml @@ -5,7 +5,7 @@ metadata: namespace: traefik spec: forwardAuth: - address: http://authentik.authentik/outpost.goauthentik.io/auth/traefik + address: http://authentik-server.authentik/outpost.goauthentik.io/auth/traefik trustForwardHeader: true authResponseHeaders: - X-authentik-username