fticks salt secret
This commit is contained in:
parent
e75af2d6d2
commit
311e145422
1 changed files with 2 additions and 1 deletions
|
@ -198,6 +198,7 @@ class swamid_pyff_signer {
|
|||
}
|
||||
|
||||
class eidas_connector($hostname) {
|
||||
$idp_fticks_salt = safe_hiera('idp_fticks_salt',NOT_SET);
|
||||
file {['/etc/eidas-connector','/var/log/eidas-connector']: ensure => directory } ->
|
||||
sunet::docker_run {'eidas_connector':
|
||||
image => 'docker.sunet.se/eidas-connector',
|
||||
|
@ -205,7 +206,7 @@ class eidas_connector($hostname) {
|
|||
ports => ['443:8443'],
|
||||
volumes => ['/var/log/eidas-connector:/var/log/eidas-connector',
|
||||
'/etc/eidas-connector:/etc/eidas-connector'],
|
||||
env => ["IDP_SERVER_HOSTNAME=$hostname"]
|
||||
env => ["IDP_SERVER_HOSTNAME=$hostname","IDP_FTICKS_SALT=$idp_fticks_salt"]
|
||||
} ->
|
||||
class {'webserver': } ->
|
||||
class {'https_server': }
|
||||
|
|
Loading…
Add table
Reference in a new issue