DEV-681: OIDC-integration towards clusterinternal keycloak - bugfixing wrong realm name

cherry-pick-9c6aec87
friedrich goerz 3 years ago
parent 76b4bad51f
commit 52179c02b3

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1 version: 0.1.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

@ -62,7 +62,7 @@ smardigo-connect:
client_id: nsodev-connect client_id: nsodev-connect
registration_id: nsodev-connect registration_id: nsodev-connect
issuer_host: prodwork01-keycloak.smardigo.digital issuer_host: prodwork01-keycloak.smardigo.digital
realm: management realm: moebene
iam: iam:
iam_module: external iam_module: external
iam_client_enabled: "true" iam_client_enabled: "true"

Loading…
Cancel
Save