From c2a717444bb77f8eac33b5d4f47809973b487cd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 09:16:40 +0200 Subject: [PATCH] Fix initial authentication configuration --- ansible/templates/alertad.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index c43df2c..c116d8e 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -11,7 +11,11 @@ ALLOWED_ENVIRONMENTS = [ BASE_URL = "/api" USE_PROXYFIX = True -AUTH_REQUIRED = True +# Note(decentral1se): on initial deployment, this must be set to False but on +# subsequent deployments, we can then turn it to True once the Keycloak +# integration has been configured and API keys have been setup +AUTH_REQUIRED = False + AUTH_PROVIDER = "keycloak" ADMIN_USERS = [