From 46c9d21c0688167520855926e35210808bb0305e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 12:15:02 +0200 Subject: [PATCH] Don't reject for now --- ansible/templates/alertad.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 739953a..33edd26 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -4,10 +4,6 @@ DEBUG = True SECRET = "{{ alerta_secret_key }}" -ALLOWED_ENVIRONMENTS = [ - "autonomic-internal" -] - BASE_URL = "/api" USE_PROXYFIX = True @@ -56,8 +52,7 @@ PLUGINS = [ "alerta-mailer", "amqp", "blackout", - "normalise", - "reject", + "normalise" ] AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta"