Skip to content

Commit

Permalink
helm: #586 change oauth token uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Apr 15, 2024
1 parent 45ef9de commit 87600ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 87600ae

Please sign in to comment.