diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 70b4b589..8f5ddc46 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -485,7 +485,7 @@ class swedenconnect_refidp($version="1.0.3",$hostname='localhost') { ensure_resource('class','https_server',{}) } -class eidas_connector($version="1.0.6",$hostname='localhost') { +class eidas_connector($version="1.0.6",$hostname='localhost',$luna_debug='no') { $_version = safe_hiera('eidas_connector_version',$version) $_hostname = safe_hiera('eidas_connector_hostname',$hostname) $prid_service = safe_hiera('eidas_prid_service') @@ -528,6 +528,7 @@ class eidas_connector($version="1.0.6",$hostname='localhost') { "TOMCAT_PROXY_SHARED_SECRET=$proxy_header_secret", "EIDAS_METADATA_IGNORE_SIGNATURE_VALIDATION=false", "PKCS11_PIN=$pkcs11_pin", + "LUNA_DEBUG=$luna_debug", "IDP_ENTITY_ID=https://$_hostname/eidas", "SP_ENTITY_ID=https://$_hostname/idp/metadata/sp", "IDP_PERSISTENT_ID_SALT=$idp_persistent_id_salt",