Skip to content
Snippets Groups Projects
Commit 1a73f18a authored by Tim Allen's avatar Tim Allen
Browse files

Remove reject plugin.

parent 563e15f8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ ENV CUSTOMER_VIEWS False
ENV CLIENT_ID not-set
ENV CLIENT_SECRET not-set
ENV ALLOWED_EMAIL_DOMAIN *
ENV ALLOWED_ENVIRONMENTS "'*'"
ADD alertad.conf.sh /alertad.conf.sh
......
......@@ -12,7 +12,5 @@ CUSTOMER_VIEWS = $CUSTOMER_VIEWS
OAUTH2_CLIENT_ID = '$CLIENT_ID'
OAUTH2_CLIENT_SECRET = '$CLIENT_SECRET'
ALLOWED_EMAIL_DOMAINS = ['$ALLOWED_EMAIL_DOMAIN']
ALLOWED_ENVIRONMENTS = [$ALLOWED_ENVIRONMENTS]
PLUGINS = ['reject']
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment