From 0d93e8094c73e59a40113b2b8369c8a6ff1fa838 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Wed, 13 Aug 2025 19:21:14 +0300 Subject: [PATCH] Authelia: more strict policy --- files/authelia/configuration.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/authelia/configuration.template.yml b/files/authelia/configuration.template.yml index 8378f78..c7da3b6 100644 --- a/files/authelia/configuration.template.yml +++ b/files/authelia/configuration.template.yml @@ -725,11 +725,11 @@ access_control: ## Rules applied to everyone - domain: 'status.vakhrushev.me' subject: 'group:admins' - policy: 'one_factor' + policy: 'two_factor' - domain: 'dozzle.vakhrushev.me' subject: 'group:admins' - policy: 'one_factor' + policy: 'two_factor' - domain: 'rssbridge.vakhrushev.me' subject: 'group:admins'