From a6c9ba0de7b37d113843f7e5a9404fa5eb2d7517 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 19 Feb 2026 11:45:59 -0600 Subject: [PATCH] idp --- k8s/authelia/templates/configmap.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/k8s/authelia/templates/configmap.yaml b/k8s/authelia/templates/configmap.yaml index 6316a93..6401123 100644 --- a/k8s/authelia/templates/configmap.yaml +++ b/k8s/authelia/templates/configmap.yaml @@ -22,6 +22,7 @@ data: cookies: - domain: {{ .Values.domain | quote }} authelia_url: {{ .Values.authelia_url | quote }} + default_redirection_url: {{ .Values.authelia_url | quote }} storage: encryption_key: "" @@ -35,7 +36,9 @@ data: access_control: default_policy: deny rules: - - domain: {{ .Values.domain | quote }} + - domain: + - {{ printf "*.%s" .Values.domain | quote }} + - {{ .Values.domain | quote }} policy: two_factor notifier: