Add waiverdb scope in stg

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Ricky Elrod
2017-07-27 17:16:03 +00:00
parent 6b46610d75
commit 2c0b780d28
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
- account-scopes - account-scopes
- mbs - mbs
- beaker - beaker
- waiverdb
notify: notify:
- reload apache - reload apache
tags: tags:

View File

@@ -25,7 +25,7 @@ global enabled=persona,openid,saml2,openidc
{% if env == "production" %} {% if env == "production" %}
openidc enabled extensions=fedora-account,mbs,beaker openidc enabled extensions=fedora-account,mbs,beaker
{% else %} {% else %}
openidc enabled extensions=fedora-account,mbs,beaker openidc enabled extensions=fedora-account,mbs,beaker,waiverdb
{% endif %} {% endif %}
{% if env == 'staging' %} {% if env == 'staging' %}