From fa4521e946c05623474e9e75e2288d54390b3cbd Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 20:06:22 +0900 Subject: [PATCH] FIX(authelia): remove internal network bypass rule - All requests now require one_factor authentication - Improve security posture --- authelia/helm-values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index a5ad0f0..9ed7a8a 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -99,11 +99,7 @@ configMap: # Access control rules access_control: default_policy: one_factor - rules: - - domain: '*.kro.kr' - networks: - - internal - policy: bypass + rules: [] # Notifier - filesystem (no email) notifier: