From 7e039d927c56e1f0b0103757515396f375bb0b7f Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 8 Apr 2023 13:50:18 -0400 Subject: [PATCH] Change address in authentik middleware --- cluster/apps/authentik/namespace.yaml | 3 ++- cluster/apps/authentik/traefik-middleware.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/apps/authentik/namespace.yaml b/cluster/apps/authentik/namespace.yaml index a6b2e67..d6df44f 100644 --- a/cluster/apps/authentik/namespace.yaml +++ b/cluster/apps/authentik/namespace.yaml @@ -3,4 +3,5 @@ kind: Namespace metadata: name: authentik labels: - name: authentik \ No newline at end of file + name: authentik + needsDownload: "yes" \ No newline at end of file diff --git a/cluster/apps/authentik/traefik-middleware.yaml b/cluster/apps/authentik/traefik-middleware.yaml index 46fa591..a564457 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-master.authentik:80/outpost.goauthentik.io/auth/traefik + address: http://authentik.authentik/outpost.goauthentik.io/auth/traefik trustForwardHeader: true authResponseHeaders: - X-authentik-username