turn of sig validation for test
This commit is contained in:
parent
c22bf7812e
commit
b35815e946
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ class eidas_connector {
|
|||
'/etc/eidas-connector:/etc/eidas-connector'],
|
||||
env => ["IDP_SERVER_HOSTNAME=$hostname",
|
||||
"TOMCAT_HOSTNAME=localhost",
|
||||
"EIDAS_METADATA_IGNORE_SIGNATURE_VALIDATION=true",
|
||||
"EIDAS_METADATA_IGNORE_SIGNATURE_VALIDATION=false",
|
||||
"IDP_ENTITY_ID=https://$hostname/eidas",
|
||||
"SP_ENTITY_ID=https://$hostname/idp/metadata/sp",
|
||||
"IDP_PERSISTENT_ID_SALT=$idp_persistent_id_salt",
|
||||
|
@ -267,7 +267,7 @@ class prid($hostname) {
|
|||
image => 'docker.sunet.se/prid-service',
|
||||
imagetag => '1.0.0',
|
||||
hostname => "$hostname",
|
||||
ports => ['443:8443']
|
||||
ports => ['443:8443'],
|
||||
volumes => ['/var/log/prid-service:/var/log/prid-service',
|
||||
'/etc/prid-service:/etc/prid-service',
|
||||
'/etc/ssl:/etc/ssl'],
|
||||
|
|
Loading…
Add table
Reference in a new issue