Make URLs dynamic, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-19 16:31:28 +01:00
parent a1a8c1d240
commit 833714347c
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273
2 changed files with 10 additions and 10 deletions

View file

@ -75,17 +75,17 @@ credential:
health-endpoint-enabled: true
connector:
domain: qa.connector.eidas.swedenconnect.se
domain: <%= @environment %>.connector.eidas.swedenconnect.se
base-url: https://${connector.domain}${server.servlet.context-path}
backup-directory: ${CONNECTOR_DIRECTORY}/backup
eu-metadata:
location: https://qa.md.eidas.swedenconnect.se/role/idp.xml
location: https://<%= @environment %>.md.eidas.swedenconnect.se/role/idp.xml
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
prid:
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
idp:
ping-whitelist:
- https://qa.test.swedenconnect.se/sp
- https://<%= @environment %>.test.swedenconnect.se/sp
# idm:
# TODO: Change to true when IdM integration should be turned on
# active: false
@ -105,7 +105,7 @@ connector:
saml:
idp:
entity-id: https://qa.connector.eidas.swedenconnect.se/eidas
entity-id: https://<%= @environment %>.connector.eidas.swedenconnect.se/eidas
base-url: ${connector.base-url}
session:
module: <%= @session_backend %>
@ -113,7 +113,7 @@ saml:
type: <%= @session_backend %>
context: "connector-replay-cache"
metadata-providers:
- location: https://qa.md.swedenconnect.se/role/sp.xml
- location: https://<%= @environment %>.md.swedenconnect.se/role/sp.xml
backup-location: ${connector.backup-directory}/metadata/sc-cache.xml
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
credentials:

View file

@ -98,17 +98,17 @@ credential:
health-endpoint-enabled: true
connector:
domain: test.connector.eidas.swedenconnect.se
domain: <%= @environment %>.connector.eidas.swedenconnect.se
base-url: https://${connector.domain}${server.servlet.context-path}
backup-directory: ${CONNECTOR_DIRECTORY}/backup
eu-metadata:
location: https://test.md.eidas.swedenconnect.se/role/idp.xml
location: https://<%= @environment %>.md.eidas.swedenconnect.se/role/idp.xml
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sc-test-signer.crt
prid:
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
idp:
ping-whitelist:
- https://test.test.swedenconnect.se/sp
- https://<%= @environment %>.test.swedenconnect.se/sp
# idm:
# TODO: Change to true when IdM integration should be turned on
# active: false
@ -128,7 +128,7 @@ connector:
saml:
idp:
entity-id: https://test.connector.eidas.swedenconnect.se/eidas
entity-id: https://<%= @environment %>.connector.eidas.swedenconnect.se/eidas
base-url: ${connector.base-url}
session:
module: <%= @session_backend %>
@ -136,7 +136,7 @@ saml:
type: <%= @session_backend %>
context: "connector-replay-cache"
metadata-providers:
- location: https://test.md.swedenconnect.se/role/sp.xml
- location: https://<%= @environment %>.md.swedenconnect.se/role/sp.xml
backup-location: ${connector.backup-directory}/metadata/sc-cache.xml
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sc-test-signer.crt
credentials: