debugging enabled

This commit is contained in:
Leif Johansson 2020-05-29 14:35:11 +02:00
parent 028f0d1e8a
commit 1dccf008b5
No known key found for this signature in database
GPG key ID: D73AD6430AD478D6

View file

@ -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",