From 08596a8363f005d0c1037d07ce7ebbe91681f5dc Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 3 Apr 2019 11:56:53 +0200 Subject: [PATCH] deploy test_my_eid 1.1.0 --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 1111cda3..5a2b3d5c 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -371,6 +371,7 @@ class test_my_eid($version="1.0.1",$hostname='localhost',$environment='qa') { '/etc/ssl:/etc/ssl'], env => ["SERVER_SERVLET_CONTEXT_PATH=/", "SP_ENTITY_ID=https://$_hostname/sp", + "SIGN_SP_ENTITY_ID=https://$_hostname/sp-sign", "SPRING_PROFILES_ACTIVE=$environment", "SP_BASE_URI=https://$_hostname", "SP_DISCOVERY_STATIC_IDP_CONFIGURATION=file:/etc/test-my-eid/idp-disco-$environment.properties"],