Upgrade proxy to 1.1.15 in production and connector to 1.5.0.
This commit is contained in:
parent
e8b78ba271
commit
c217139615
3 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,9 @@ server.context-path=/eidas-ps
|
||||||
proxy-service.path.prefix=${spring.config.location}..
|
proxy-service.path.prefix=${spring.config.location}..
|
||||||
proxy-service.config.location=file://${spring.config.location}
|
proxy-service.config.location=file://${spring.config.location}
|
||||||
|
|
||||||
|
proxy-service.image.logo=${spring.config.location}/img/sweden-connect-color-yellow-on-blue.svg
|
||||||
|
proxy-service.image.icon=${spring.config.location}/img/sweden-connect-color-yellow-on-blue-no-text.svg
|
||||||
|
|
||||||
# Service port connector settings
|
# Service port connector settings
|
||||||
server.port=8443
|
server.port=8443
|
||||||
#server.ssl.key-store=${proxy-service.path.prefix}/keystore/sslSnakeOil.p12
|
#server.ssl.key-store=${proxy-service.path.prefix}/keystore/sslSnakeOil.p12
|
||||||
|
|
|
@ -10,8 +10,8 @@ natsp.descriptions={\
|
||||||
}
|
}
|
||||||
# Logos are specified as a map with the url as key followed by height,width[,lang] as comma separated parameters.
|
# Logos are specified as a map with the url as key followed by height,width[,lang] as comma separated parameters.
|
||||||
natsp.logos={\
|
natsp.logos={\
|
||||||
'${proxy-service.domain.prefix}/img/sc-logo-temporary.svg':'60,168',\
|
'${proxy-service.domain.prefix}/image/logo.svg':'60,171',\
|
||||||
'${proxy-service.domain.prefix}/img/sc-logo-temporary-notext.svg':'60,60'\
|
'${proxy-service.domain.prefix}/image/icon.svg':'32,32'\
|
||||||
}
|
}
|
||||||
natsp.assertionConsumerServices={\
|
natsp.assertionConsumerServices={\
|
||||||
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST':'${proxy-service.domain.prefix}/assertionconsumer'\
|
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST':'${proxy-service.domain.prefix}/assertionconsumer'\
|
||||||
|
|
|
@ -629,7 +629,7 @@ md-eu1.qa.komreg.net:
|
||||||
konsulter:
|
konsulter:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
eidas_connector:
|
eidas_connector:
|
||||||
version: 1.3.8
|
version: 1.5.0
|
||||||
hostname: connector.eidas.swedenconnect.se
|
hostname: connector.eidas.swedenconnect.se
|
||||||
sunet::frontend::register_sites:
|
sunet::frontend::register_sites:
|
||||||
sites:
|
sites:
|
||||||
|
@ -654,7 +654,7 @@ md-eu1.qa.komreg.net:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
servicemonitor:
|
servicemonitor:
|
||||||
eidas_proxy:
|
eidas_proxy:
|
||||||
version: 1.1.10
|
version: 1.1.15
|
||||||
hostname: proxy.eidas.swedenconnect.se
|
hostname: proxy.eidas.swedenconnect.se
|
||||||
sunet::frontend::register_sites:
|
sunet::frontend::register_sites:
|
||||||
sites:
|
sites:
|
||||||
|
|
Loading…
Add table
Reference in a new issue