diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-23 20:18:26 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-08-05 16:43:05 +0200 |
| commit | d16576a979b4a2734f274f48f87c0f0124b2400f (patch) | |
| tree | 525606a995fbc1b4df8bcbfe336f9404ad4c9a3a /bundles/authelia/files/configuration.yml | |
| parent | 175964e8884d0313e908e5da6666e3e5167545dd (diff) | |
authelia: require admin group as catchall
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia/files/configuration.yml')
| -rw-r--r-- | bundles/authelia/files/configuration.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/authelia/files/configuration.yml b/bundles/authelia/files/configuration.yml index 0ace0b6..9db7748 100644 --- a/bundles/authelia/files/configuration.yml +++ b/bundles/authelia/files/configuration.yml @@ -36,7 +36,8 @@ access_control: subject: ['group:geopulse', 'group:admins'] policy: 'one_factor' # two_factor as default - - domain: ['gzr.im', '*.gzr.im'] + - domain: '*' + subject: ['group:admins'] policy: 'two_factor' # regulation: |