Skip to content

Commit

Permalink
build: adjust int values
Browse files Browse the repository at this point in the history
Refs: #79
  • Loading branch information
Phil91 committed Oct 1, 2024
1 parent 344983b commit 1f43174
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions environments/helm-values/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ processesworker:
dim:
applicationName: "catena-x-portal"
provisioning:
clientId: "<path:portal/data/dim/int/cf#clientId>"
clientSecret: "<path:portal/data/dim/int/cf#clientSecret>"
tokenAddress: "https://login.cf.eu10.hana.ondemand.com/oauth/token"
# -- Url to the cf service api
baseUrl: "https://api.cf.eu10.hana.ondemand.com"
clientId: "<path:portal/data/dim/int/provisioning#clientId>"
clientSecret: "<path:portal/data/dim/int/provisioning#clientSecret>"
tokenAddress: "https://provisioning-prod-uvm2enuw.authentication.eu10.hana.ondemand.com/oauth/token"
baseUrl: "https://div-provisioning-prod.eu10.div.cloud.sap"
grantType: "client_credentials"
encryptionConfigs:
index0:
Expand Down

0 comments on commit 1f43174

Please sign in to comment.