Skip to content

Commit

Permalink
feature: #778 update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Apr 25, 2024
1 parent bebc012 commit 6ee026f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions charts/connector/edc-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ tractusx-connector:
backendService:
httpProxyTokenReceiverUrl: "https://traceability.dev.demo.catena-x.net/api/callback/endpoint-data-reference"

iatp:
# Decentralized IDentifier
id: <path:traceability-irs/data/dev/controlplane#DID>
sts:
dim:
url: <path:traceability-irs/data/dev/controlplane#dimUrl>
oauth:
token_url: <path:traceability-irs/data/dev/controlplane#iatp.oauth.tokenurl>
client:
id: <path:traceability-irs/data/dev/controlplane#dimClientId>
secret_alias: edc-test-miw-keycloak-secret

controlplane:
ingresses:
- enabled: false
Expand All @@ -22,15 +34,6 @@ tractusx-connector:
tls:
enabled: true
secretName: tls-secret
ssi:
miw:
url: <path:traceability-foss/data/dev/edc/wallet#ssi.miw.url>
authorityId: <path:traceability-foss/data/dev/edc/wallet#ssi.miw.authorityId>
oauth:
tokenurl: <path:traceability-foss/data/dev/edc/wallet#ssi.oauth.tokenurl>
client:
id: <path:traceability-foss/data/dev/edc/wallet#ssi.oauth.client.id>
secretAlias: edc-miw-keycloak-secret

endpoints:
# -- default api for health checks, should not be added to any ingress
Expand Down

0 comments on commit 6ee026f

Please sign in to comment.