PODMAN_ARGS="\ -p 127.0.0.1:3002:80 \ --network=slirp4netns:allow_host_loopback=true \ --replace --name 'cadoles-pod-shibboleth-sp-v3' \ -e 'SP_ENTITY_ID={{ public_scheme }}://{{ public_host }}/auth/saml' \ -e 'IDP_ENTITY_ID={{ hydra_saml_idp_entity_id }}' \ -e 'IDP_METADATA_URL={{ hydra_saml_idp_metadata_url }}' \ -e 'APACHE_BACKEND_URL=http://10.0.2.2:3003' \ -e 'SP_HANDLER_BASE_PATH=/auth/saml' \ -v '/etc/shibboleth/attribute-map.inc.xml:/etc/shibboleth/attribute-map.inc.xml' \ -v '/etc/shibboleth/shibboleth2.xml.gotmpl:/etc/shibboleth/shibboleth2.xml.gotmpl' \ -v '/etc/shibboleth/credentials:/etc/shibboleth/credentials' \ "