ipsilon: move saml2 metadata to tempdir

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 15:58:28 +02:00
parent 4d502c1827
commit c2731b0ca0

View file

@ -60,7 +60,11 @@ openid untrusted roots=
openid enabled extensions=Fedora Teams,Attribute Exchange,CLAs,Simple Registration,API
saml2 idp storage path=/etc/ipsilon/saml2
{% if inventory_hostname.startswith('os-') %}
saml2 idp metadata file=/httpdir/metadata.xml
{% else %}
saml2 idp metadata file=metadata.xml
{% endif %}
{% if env == 'staging' %}
saml2 idp nameid salt={{ ipsilon_stg_saml2_nameid_salt }}
{% else %}