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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user