Enable freshmaker OIDC scopes in prod ipsilon.
This commit is contained in:
parent
ef89fb2cbb
commit
193971bcf0
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue