Enable freshmaker OIDC scopes in prod ipsilon.

This commit is contained in:
Ralph Bean 2018-02-02 17:10:21 +00:00
parent ef89fb2cbb
commit 193971bcf0
2 changed files with 3 additions and 3 deletions

View file

@ -48,6 +48,7 @@
- waiverdb
- odcs
- wiki
- freshmaker
notify:
- reload apache
tags:
@ -59,8 +60,7 @@
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openidc/plugins/{{item}}.py
owner=root group=root mode=0644
when: env == "staging"
with_items:
- freshmaker
with_items: []
notify:
- reload apache
tags:

View file

@ -23,7 +23,7 @@ global enabled=allow
global enabled=persona,openid,saml2,openidc
{% if env == "production" %}
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker
{% else %}
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker
{% endif %}