support for mdsl url to PRID
This commit is contained in:
parent
a9baceabb3
commit
be813af73a
1 changed files with 2 additions and 0 deletions
|
@ -534,6 +534,7 @@ class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost', $spring_
|
|||
|
||||
class prid($version="1.0.0",$clients) {
|
||||
$_version = safe_hiera('eidas_prid_version',$version)
|
||||
$mdsl = safe_hiera('eidas_prid_mdsl',"")
|
||||
$hostname = $::fqdn
|
||||
$_allow_clients = safe_hiera($clients)
|
||||
sunet::docker_run {'prid':
|
||||
|
@ -544,6 +545,7 @@ class prid($version="1.0.0",$clients) {
|
|||
volumes => ['/etc/prid-service:/etc/prid-service',
|
||||
'/etc/ssl:/etc/ssl'],
|
||||
env => ["PRID_SERVICE_POLICY_CONFIGURATION=file:///etc/prid-service/policy.properties",
|
||||
"PRID_SERVICE_METADATA_SERVICELIST_URL=$mdsl",
|
||||
"CERTNAME=${hostname}_infra"],
|
||||
extra_parameters => ["--log-driver=syslog"]
|
||||
} ->
|
||||
|
|
Loading…
Add table
Reference in a new issue