From 43e65edc90d7e372e4a819168bcb0c65e2380edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 18 Aug 2026 11:15:59 +0200 Subject: [PATCH] fix(authelia): correct cookie domains and remove default redirection urls --- k8s/argo-apps/authelia.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/k8s/argo-apps/authelia.yaml b/k8s/argo-apps/authelia.yaml index a6207a8..ce57006 100644 --- a/k8s/argo-apps/authelia.yaml +++ b/k8s/argo-apps/authelia.yaml @@ -50,10 +50,8 @@ spec: cookies: - domain: roboces.dev subdomain: auth - default_redirection_url: https://auth.roboces.dev - - domain: fuku - subdomain: auth - default_redirection_url: https://auth.fuku + - domain: auth.fuku + subdomain: '' authentication_backend: file: enabled: true