From 7e2c66c907624470c1d0bf484048c7135cb52197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 20 Jun 2021 22:29:41 +0200 Subject: [PATCH] Set portainer to one_factor --- roles/authelia/templates/configuration.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/authelia/templates/configuration.yml.j2 b/roles/authelia/templates/configuration.yml.j2 index f66503b..0bff2a2 100644 --- a/roles/authelia/templates/configuration.yml.j2 +++ b/roles/authelia/templates/configuration.yml.j2 @@ -29,6 +29,8 @@ access_control: rules: - domain: "*.{{ base_domain }}" policy: bypass + - domain: portainer.{{ base_domain }} + policy: one_factor session: name: authelia_session secret: somerandomsecret