Moved authelia ACL rules to seperate ConfigMaps
This commit is contained in:
10
apps/grafana/config-map-authelia-acl.yaml
Normal file
10
apps/grafana/config-map-authelia-acl.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: authelia-acl
|
||||
annotations:
|
||||
config.huizinga.dev/fragment: authelia-acl
|
||||
data:
|
||||
rules: |
|
||||
- domain: grafana.${domain}
|
||||
policy: one_factor
|
||||
@@ -6,6 +6,7 @@ resources:
|
||||
- ./repository.yaml
|
||||
- ./release.yaml
|
||||
- ./lldap.yaml
|
||||
- ./config-map-authelia-acl.yaml
|
||||
- ../../common/postgres
|
||||
- ../../common/dragonflydb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user