Add waiverdb scope in stg

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick 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
- mbs
- beaker
- waiverdb
notify:
- reload apache
tags:

View file

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