From 1c932a35d8930a82cd57635ba1c18d2bfb9ad90d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 17 Nov 2022 16:04:14 -0600 Subject: [PATCH] fix auth --- uptimekuma/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptimekuma/templates/ingress.yaml b/uptimekuma/templates/ingress.yaml index daf909d..aa08e9d 100644 --- a/uptimekuma/templates/ingress.yaml +++ b/uptimekuma/templates/ingress.yaml @@ -9,7 +9,7 @@ metadata: nginx.ingress.kubernetes.io/auth-url: |- http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx nginx.ingress.kubernetes.io/auth-signin: |- - https://whoogle.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri + https://kuma.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri nginx.ingress.kubernetes.io/auth-response-headers: |- Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid nginx.ingress.kubernetes.io/auth-snippet: |