try again
This commit is contained in:
parent
f00497ef92
commit
a6f434c12a
2 changed files with 3 additions and 1 deletions
|
@ -537,7 +537,7 @@ md-eu1.qa.komreg.net:
|
|||
autoupdate:
|
||||
servicemonitor:
|
||||
eidas_proxy:
|
||||
version: 1.0.17
|
||||
version: 1.1.0
|
||||
hostname: qa.proxy.eidas.swedenconnect.se
|
||||
sunet::frontend::register_sites:
|
||||
sites:
|
||||
|
|
|
@ -282,6 +282,7 @@ class eidas_connector($version="1.0.6",$hostname='localhost') {
|
|||
'/etc/eidas-connector:/etc/eidas-connector',
|
||||
'/dev/log:/dev/log',
|
||||
'/etc/luna/cert:/usr/safenet/lunaclient/cert',
|
||||
'/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d',
|
||||
'/etc/ssl:/etc/ssl'],
|
||||
env => ["IDP_SERVER_HOSTNAME=$_hostname",
|
||||
"TOMCAT_HOSTNAME=$_hostname",
|
||||
|
@ -320,6 +321,7 @@ class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost') {
|
|||
'/etc/eidas-proxy:/etc/eidas-proxy',
|
||||
'/dev/log:/dev/log',
|
||||
'/etc/luna/cert:/usr/safenet/lunaclient/cert',
|
||||
'/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d',
|
||||
'/etc/ssl:/etc/ssl'],
|
||||
env => ["PROXY_SERVICE_DOMAIN_PREFIX=https://$_hostname/eidas-ps",
|
||||
"SPRING_PROFILES_ACTIVE=se",
|
||||
|
|
Loading…
Add table
Reference in a new issue