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
|
username: bluemayne
|
||||||
timeout: 5s
|
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 rules
|
||||||
access_control:
|
access_control:
|
||||||
default_policy: one_factor
|
default_policy: one_factor
|
||||||
networks:
|
|
||||||
- name: internal
|
|
||||||
networks:
|
|
||||||
- 10.42.0.0/16
|
|
||||||
- 10.43.0.0/16
|
|
||||||
rules:
|
rules:
|
||||||
- domain: '*.kro.kr'
|
- domain: '*.kro.kr'
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user