expose refidp on 8443 instead
This commit is contained in:
parent
bd3b6937c2
commit
6cb7991ed4
1 changed files with 5 additions and 3 deletions
|
@ -283,7 +283,7 @@ class swedenconnect_refidp($version="1.0.3",$hostname='localhost') {
|
|||
image => 'docker.sunet.se/swedenconnect-idp',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443'],
|
||||
ports => ['8443:8443'],
|
||||
volumes => ['/var/log/swedenconnect-idp:/var/log/swedenconnect-idp',
|
||||
'/etc/swedenconnect-idp:/etc/swedenconnect-idp',
|
||||
'/dev/log:/dev/log',
|
||||
|
@ -294,8 +294,10 @@ class swedenconnect_refidp($version="1.0.3",$hostname='localhost') {
|
|||
"IDP_PERSISTENT_ID_SALT=$idp_persistent_id_salt",
|
||||
"IDP_FTICKS_SALT=$idp_fticks_salt"]
|
||||
}
|
||||
ensure_resource('class','webserver',{})
|
||||
ensure_resource('class','https_server',{})
|
||||
ufw::allow { "allow-alt-https":
|
||||
ip => 'any',
|
||||
port => '8443'
|
||||
}
|
||||
}
|
||||
|
||||
class eidas_connector($version="1.0.6",$hostname='localhost') {
|
||||
|
|
Loading…
Add table
Reference in a new issue