From a464d287b7103c71fd8dfacb84e5040208429843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 20 Jun 2021 23:06:48 +0200 Subject: [PATCH] Fix error introduced in 9cf68c4fda --- roles/authelia/templates/configuration.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/authelia/templates/configuration.yml.j2 b/roles/authelia/templates/configuration.yml.j2 index f188cbe..f66503b 100644 --- a/roles/authelia/templates/configuration.yml.j2 +++ b/roles/authelia/templates/configuration.yml.j2 @@ -29,6 +29,7 @@ access_control: rules: - domain: "*.{{ base_domain }}" policy: bypass +session: name: authelia_session secret: somerandomsecret expiration: 1h