From 294fa3f66e3f7e51fa08d4f30ea128afb8a02551 Mon Sep 17 00:00:00 2001 From: cmsassot Date: Fri, 10 Feb 2023 10:39:24 +0100 Subject: [PATCH] use ansible_fqdn in cadoles-pod-shibboleth-sp-v3.conf.j2 --- templates/cadoles-pod-shibboleth-sp-v3.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 b/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 index 2d90d33..24a2c90 100644 --- a/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 +++ b/templates/cadoles-pod-shibboleth-sp-v3.conf.j2 @@ -4,7 +4,7 @@ PODMAN_ARGS="\ --network=slirp4netns:allow_host_loopback=true \ --replace --name 'cadoles-pod-shibboleth-sp-v3' \ --tz=local \ - -e 'SP_ENTITY_ID=http://{{ ansible_hostname }}{{ haproxy_hydra_saml_base_path }}' \ + -e 'SP_ENTITY_ID=http://{{ ansible_fqdn }}{{ haproxy_hydra_saml_base_path }}' \ -e 'SP_LOG_LEVEL={{ hydra_saml_sp_log_level }}' \ -e 'IDP_ENTITY_ID={{ hydra_saml_idp_entity_id }}' \ -e 'IDP_METADATA_URL={{ hydra_saml_idp_metadata_url }}' \