deploy proxy ver 1.0.12
This commit is contained in:
parent
f5efec2dc8
commit
d6e3200049
2 changed files with 13 additions and 12 deletions
|
@ -64,32 +64,33 @@ proxy-service.consent.valuetranslation=urn:oid:1.3.6.1.5.5.7.9.3
|
||||||
proxy-service.welcomepage.markdown=${proxy-service.path.prefix}/cfg/infotext.md
|
proxy-service.welcomepage.markdown=${proxy-service.path.prefix}/cfg/infotext.md
|
||||||
|
|
||||||
#Metadata Service List location specified as either URL (http or https), "file://" or "classpath:"
|
#Metadata Service List location specified as either URL (http or https), "file://" or "classpath:"
|
||||||
proxy-service.eidasMdListLocation=https://eid.svelegtest.se/nodeconfig/mdservicelist
|
proxy-service.eidasMdListLocation=https://qa.md.eidas.swedenconnect.se/mdservicelist-aggregate.xml
|
||||||
|
|
||||||
# Optional certificate file for validating metadata service list file signatures
|
# Optional certificate file for validating metadata service list file signatures
|
||||||
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
||||||
proxy-service.eidasMdListCertFile=${proxy-service.path.prefix}/eIDASmdListCert.crt
|
proxy-service.eidasMdListCertFile=${proxy-service.path.prefix}/cfg/metadata.crt
|
||||||
|
|
||||||
#Metadata location for aggregated metadata specified as either URL (http or https), "file://" or "classpath:"
|
#Metadata location for aggregated metadata specified as either URL (http or https), "file://" or "classpath:"
|
||||||
proxy-service.eidasMetadataLocation=https://eid.svelegtest.se/nodeconfig/metadata
|
proxy-service.eidasMetadataLocation=https://qa.md.eidas.swedenconnect.se/role/sp.xml
|
||||||
|
|
||||||
# Optional certificate file for validating metadata signatures
|
# Optional certificate file for validating metadata signatures
|
||||||
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
||||||
proxy-service.eidasMetadataCertFile=${proxy-service.path.prefix}/eIDASmdListCert.crt
|
proxy-service.eidasMetadataCertFile=${proxy-service.path.prefix}/cfg/metadata.crt
|
||||||
|
|
||||||
# Optional cache dir for caching downloaded metadata. If not set, cache is stored in memory.
|
# Optional cache dir for caching downloaded metadata. If not set, cache is stored in memory.
|
||||||
proxy-service.eidasMetadataCacheDirName=${proxy-service.path.prefix}/ps-mdcache
|
proxy-service.eidasMetadataCacheDirName=${proxy-service.path.prefix}/ps-mdcache
|
||||||
|
|
||||||
|
|
||||||
#Metadata location for national IdP metadata specified as either URL (http or https), "file://" or "classpath:"
|
#Metadata location for national IdP metadata specified as either URL (http or https), "file://" or "classpath:"
|
||||||
proxy-service.nationalMetadataLocation=http://eid.svelegtest.se/metadata/mdx/role/idp.xml
|
|
||||||
|
|
||||||
# Optional certificate file for validating metadata signatures
|
proxy-service.nationalMetadata.test.location=http://eid.svelegtest.se/metadata/mdx/role/idp.xml
|
||||||
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
proxy-service.nationalMetadata.test.certFile=${proxy-service.path.prefix}/cfg/se-metadata-cert.crt
|
||||||
proxy-service.nationalMetadataCert=${proxy-service.path.prefix}/se-metadata-cert.crt
|
proxy-service.nationalMetadata.test.cacheFile=${proxy-service.path.prefix}/cache/test-metadata.xml
|
||||||
|
proxy-service.nationalMetadata.test.index=1
|
||||||
|
|
||||||
# Optional cache dir for caching downloaded national metadata. If not set, cache is stored in memory.
|
proxy-service.nationalMetadata.qa.location=https://qa.md.swedenconnect.se/role/idp.xml
|
||||||
proxy-service.nationalPsMetadataCacheDirName=${proxy-service.path.prefix}/ps-mdcache
|
proxy-service.nationalMetadata.qa.certFile=${proxy-service.path.prefix}/cfg/metadata.crt
|
||||||
|
proxy-service.nationalMetadata.qa.cacheFile=${proxy-service.path.prefix}/cache/qa-metadata.xml
|
||||||
|
proxy-service.nationalMetadata.qa.index=0
|
||||||
|
|
||||||
management.context-path=/manage
|
management.context-path=/manage
|
||||||
management.security.enabled=false
|
management.security.enabled=false
|
||||||
|
|
|
@ -97,7 +97,7 @@ md-eu1.qa.komreg.net:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
servicemonitor:
|
servicemonitor:
|
||||||
eidas_proxy:
|
eidas_proxy:
|
||||||
version: 1.0.10
|
version: 1.0.12
|
||||||
sunet::frontend::register_sites:
|
sunet::frontend::register_sites:
|
||||||
sites:
|
sites:
|
||||||
'se.proxy.qa.sveidas.se':
|
'se.proxy.qa.sveidas.se':
|
||||||
|
|
Loading…
Add table
Reference in a new issue