From 9daf30e2c0d250c2729506f7c0128f3b617d5f34 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 9 Apr 2020 10:05:37 +0200 Subject: [PATCH] Disable signups --- ansible/templates/alertad.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index eeab047..4edf184 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -10,6 +10,8 @@ USE_PROXYFIX = True AUTH_REQUIRED = True AUTH_PROVIDER = 'keycloak' +SIGNUP_ENABLED = False + KEYCLOAK_URL = "{{ keycloak_url }}" KEYCLOAK_REALM = "{{ keycloak_realm }}" ALLOWED_KEYCLOAK_ROLES = ["{{ keycloak_role }}"]