From bb4af2638eb40826d31123e05f1c89fb749d1a04 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 15:59:18 +0900 Subject: [PATCH] FIX(authelia): correct network definition schema - Move networks from access_control to definitions.network - Fix Helm chart schema validation error - Maintain bypass policy for internal cluster traffic --- authelia/helm-values.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index a9ca80f..a5ad0f0 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -89,14 +89,16 @@ configMap: username: bluemayne timeout: 5s + # Network definitions for access control + definitions: + network: + internal: + - 10.42.0.0/16 + - 10.43.0.0/16 + # Access control rules access_control: default_policy: one_factor - networks: - - name: internal - networks: - - 10.42.0.0/16 - - 10.43.0.0/16 rules: - domain: '*.kro.kr' networks: