From 9cf68c4fda061ce269e0544364ad5680cc226697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 20 Jun 2021 21:54:32 +0200 Subject: [PATCH] authelia: set everything to bypass for now --- roles/authelia/templates/configuration.yml.j2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/roles/authelia/templates/configuration.yml.j2 b/roles/authelia/templates/configuration.yml.j2 index 0c7d6d4..f188cbe 100644 --- a/roles/authelia/templates/configuration.yml.j2 +++ b/roles/authelia/templates/configuration.yml.j2 @@ -27,12 +27,8 @@ authentication_backend: access_control: default_policy: deny rules: - - domain: - - "{{ base_domain }}" - - "*.{{ base_domain }}" - - "keycloak.{{ base_domain }}" - policy: deny -session: + - domain: "*.{{ base_domain }}" + policy: bypass name: authelia_session secret: somerandomsecret expiration: 1h