In openshift, always use oidc.key
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
2e9907e663
commit
fa7c9891fa
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue