In openshift, always use oidc.key

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 14:07:52 +02:00
parent 2e9907e663
commit fa7c9891fa

View file

@ -34,7 +34,11 @@ openidc subject salt={{ ipsilon_stg_openidc_subject_salt }}
openidc subject salt={{ ipsilon_openidc_subject_salt }}
{% endif %}
openidc endpoint url=https://id{{env_suffix}}.fedoraproject.org/openidc/
{% if inventory_hostname.startswith('os-') %}
openidc idp key file=/etc/ipsilon/openidc.key
{% else %}
openidc idp key file=/etc/ipsilon/openidc{{env_suffix}}.key
{% endif %}
openidc database url=postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_openid_name }}
openidc static database url=configfile:///etc/ipsilon/openidc.static.cfg
openidc documentation url=https://fedoraproject.org/wiki/Infrastructure/Authentication