From 48b0cf897d534034c5eacaae12a38d7be55bc918 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 30 Dec 2025 09:43:57 +0100 Subject: [PATCH] authentik domain fix --- uptimekuma-system/uptimekuma.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptimekuma-system/uptimekuma.yaml b/uptimekuma-system/uptimekuma.yaml index c3d90b8..3d191cc 100644 --- a/uptimekuma-system/uptimekuma.yaml +++ b/uptimekuma-system/uptimekuma.yaml @@ -105,7 +105,7 @@ metadata: nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" # Authentik proxy authentication nginx.ingress.kubernetes.io/auth-url: "http://authentik-server.auth-system.svc.cluster.local/outpost.goauthentik.io/auth/nginx" - nginx.ingress.kubernetes.io/auth-signin: "https://auth.dooplex.hu/outpost.goauthentik.io/start?rd=$escaped_request_uri" + nginx.ingress.kubernetes.io/auth-signin: "https://authentik.dooplex.hu/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: | proxy_set_header X-Forwarded-Host $http_host;