ipsilon: move saml2 metadata to tempdir
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
4d502c1827
commit
c2731b0ca0
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue