Skip to content

Commit

Permalink
fix(authelia): add access_control policy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vehagn committed Oct 10, 2024
1 parent 68a7cd7 commit 1a99660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/infra/auth/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ configMap:

access_control:
default_policy: 'two_factor'
rules:
- domain_regex: '^.*\.stonegarden.dev$'
policy: 'two_factor'

authentication_backend:
ldap:
Expand Down

0 comments on commit 1a99660

Please sign in to comment.