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
|
- waiverdb
|
||||||
- odcs
|
- odcs
|
||||||
- wiki
|
- wiki
|
||||||
|
- freshmaker
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
|
@ -59,8 +60,7 @@
|
||||||
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openidc/plugins/{{item}}.py
|
dest=/usr/lib/python2.7/site-packages/ipsilon/providers/openidc/plugins/{{item}}.py
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
with_items:
|
with_items: []
|
||||||
- freshmaker
|
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -23,7 +23,7 @@ global enabled=allow
|
||||||
global enabled=persona,openid,saml2,openidc
|
global enabled=persona,openid,saml2,openidc
|
||||||
|
|
||||||
{% if env == "production" %}
|
{% 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 %}
|
{% else %}
|
||||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker
|
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue