Moved authelia ACL rules to seperate ConfigMaps
This commit is contained in:
11
infra/traefik/config-map-authelia-acl.yaml
Normal file
11
infra/traefik/config-map-authelia-acl.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: authelia-acl
|
||||
annotations:
|
||||
config.huizinga.dev/fragment: authelia-acl
|
||||
data:
|
||||
rules: |
|
||||
- domain: traefik.${domain}
|
||||
policy: one_factor
|
||||
subject: "group:lldap_admin"
|
||||
@@ -5,3 +5,4 @@ resources:
|
||||
- ./namespace.yaml
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./config-map-authelia-acl.yaml
|
||||
|
||||
Reference in New Issue
Block a user