Switch to authelia-controller
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 8m6s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 8m6s
This commit is contained in:
parent
e0812f28aa
commit
41de38613c
7
manifests/access-control-rule.yaml
Normal file
7
manifests/access-control-rule.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
apiVersion: authelia.huizinga.dev/v1
|
||||||
|
kind: AccessControlRule
|
||||||
|
metadata:
|
||||||
|
name: tunnel
|
||||||
|
spec:
|
||||||
|
domain: "*.tunnel.${domain}"
|
||||||
|
policy: one_factor
|
|
@ -1,10 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: authelia-acl
|
|
||||||
annotations:
|
|
||||||
config.huizinga.dev/fragment: authelia-acl
|
|
||||||
data:
|
|
||||||
rules: |
|
|
||||||
- domain: "*.tunnel.${domain}"
|
|
||||||
policy: one_factor
|
|
|
@ -9,4 +9,4 @@ resources:
|
||||||
- ./service.yaml
|
- ./service.yaml
|
||||||
- ./certificate.yaml
|
- ./certificate.yaml
|
||||||
- ./ingress-route.yaml
|
- ./ingress-route.yaml
|
||||||
- ./config-map-authelia-acl.yaml
|
- ./access-control-rule.yaml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user