Skip to content

Commit

Permalink
Revert "helm: #586 use new keycloak url"
Browse files Browse the repository at this point in the history
This reverts commit 711076b.
  • Loading branch information
ds-lcapellino committed May 3, 2024
1 parent af05471 commit cadb3fd
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry-dev"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry-dev.dev.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values-e2e-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry-e2e-a"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry-e2e-a.dev.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values-e2e-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry-e2e-b"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry-e2e-b.dev.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values-int-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry-int-a"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry-int-a.int.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values-int-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry-int-b"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry-int-b.int.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry-test"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry-test.dev.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ digital-twin-registry:
fullnameOverride: "tracex-registry"
registry:
authentication: false
idpIssuerUri: https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central
idpIssuerUri: https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central
host: trace-x-registry.dev.demo.catena-x.net
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ configuration:
clientPassword: &service_account_password <path:traceability-foss/data/dev/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url <path:traceability-foss/data/test/frontend#catenax_portal_keycloak_url>
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
resourceClient: &central_idp_resource_client 'Cl17-CX-Part' # proposal for removing this from vault or changing path to oauth folder to reuse for both BE and FE preferable changing vault
miw:
url: &portal_miw_url <path:traceability-foss/data/dev/edc/wallet#ssi.miw.url>
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/values-e2e-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ configuration:
clientPassword: &service_account_password <path:traceability-foss/data/e2e-a/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url <path:traceability-foss/data/e2e/a/frontend#catenax_portal_keycloak_url>
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
resourceClient: &central_idp_resource_client 'Cl17-CX-Part' # proposal for removing this from vault or changing path to oauth folder to reuse for both BE and FE preferable changing vault
miw:
url: &portal_miw_url <path:traceability-foss/data/e2e-a/edc-consumer/wallet#ssi.miw.url>
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-e2e-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ configuration:
clientPassword: &service_account_password <path:traceability-foss/data/e2e-b/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url <path:traceability-foss/data/e2e/b/frontend#catenax_portal_keycloak_url>
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
resourceClient: &central_idp_resource_client 'Cl17-CX-Part' # proposal for removing this from vault or changing path to oauth folder to reuse for both BE and FE preferable changing vault
miw:
url: &portal_miw_url <path:traceability-foss/data/e2e-b/edc-consumer/wallet#ssi.miw.url>
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/values-int-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ configuration:
clientPassword: &service_account_password <path:traceability-foss/data/int-a/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url <path:traceability-foss/data/int-a/frontend#catenax_portal_keycloak_url>
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
resourceClient: &central_idp_resource_client 'app88'
miw:
url: &portal_miw_url <path:traceability-foss/data/int-a/edc/wallet#ssi.miw.url>
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/values-int-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ configuration:
clientPassword: &service_account_password <path:traceability-foss/data/int-b/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url <path:traceability-foss/data/int-b/frontend#catenax_portal_keycloak_url>
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
resourceClient: &central_idp_resource_client 'app90'
miw:
url: &portal_miw_url <path:traceability-foss/data/int-b/edc/wallet#ssi.miw.url>
Expand Down
6 changes: 3 additions & 3 deletions charts/traceability-foss/values-int-basf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ configuration:
clientId: &service_account_id <path:traceability-foss/data/int-basf/keycloak/oauth2#clientId> # sa586
clientPassword: &service_account_password <path:traceability-foss/data/int-basf/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url 'https://centralidp-v2.int.demo.catena-x.net/auth'
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
keycloakUrl: &portal_auth_keycloak_url 'https://centralidp.int.demo.catena-x.net/auth'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
resourceClient: &central_idp_resource_client 'app585'
miw:
url: &portal_miw_url <path:traceability-foss/data/int-basf/edc/wallet#ssi.miw.url>
Expand Down
6 changes: 3 additions & 3 deletions charts/traceability-foss/values-int-bmw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ configuration:
clientId: &service_account_id <path:traceability-foss/data/int-bmw/keycloak/oauth2#clientId> # sa399
clientPassword: &service_account_password <path:traceability-foss/data/int-bmw/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url 'https://centralidp-v2.int.demo.catena-x.net/auth'
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
keycloakUrl: &portal_auth_keycloak_url 'https://centralidp.int.demo.catena-x.net/auth'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
jwkUri: &central_idp_jwk_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs'
resourceClient: &central_idp_resource_client 'app398'
miw:
url: &portal_miw_url <path:traceability-foss/data/int-bmw/edc/wallet#ssi.miw.url>
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ configuration:
clientPassword: &service_account_password <path:traceability-foss/data/dev-b/keycloak/oauth2#clientSecret>
auth:
keycloakUrl: &portal_auth_keycloak_url <path:traceability-foss/data/test/frontend#catenax_portal_keycloak_url>
tokenUri: &central_idp_token_uri 'https://centralidp-v2.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
tokenUri: &central_idp_token_uri 'https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token'
resourceClient: &central_idp_resource_client 'Cl17-CX-Part' # proposal for removing this from vault or changing path to oauth folder to reuse for both BE and FE preferable changing vault
miw:
url: &portal_miw_url <path:traceability-foss/data/dev-b/edc-consumer/wallet#ssi.miw.url>
Expand Down

0 comments on commit cadb3fd

Please sign in to comment.