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 6ee026f commit 3ab6193
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
22 changes: 13 additions & 9 deletions charts/connector/edc-provider/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ tractusx-connector:
participant:
id: BPNL00000003CML1
enabled: true

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: true
Expand All @@ -16,15 +29,6 @@ tractusx-connector:
tls:
enabled: true
secretName: tls-secret
ssi:
miw:
url: <path:traceability-foss/data/dev/edc-provider/wallet#ssi.miw.url>
authorityId: <path:traceability-foss/data/dev/edc-provider/wallet#ssi.miw.authorityId>
oauth:
tokenurl: <path:traceability-foss/data/dev/edc-provider/wallet#ssi.oauth.tokenurl>
client:
id: <path:traceability-foss/data/dev/edc-provider/wallet#ssi.oauth.client.id> # sa676
secretAlias: edc-miw-keycloak-secret-dev-a-provider

resources:
limits:
Expand Down
22 changes: 13 additions & 9 deletions charts/connector/edc-provider/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ tractusx-connector:
participant:
id: BPNL00000003CNKC
enabled: true

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: true
Expand All @@ -16,15 +29,6 @@ tractusx-connector:
tls:
enabled: true
secretName: tls-secret
ssi:
miw:
url: <path:traceability-foss/data/dev-b/edc-provider/wallet#ssi.miw.url>
authorityId: <path:traceability-foss/data/dev-b/edc-provider/wallet#ssi.miw.authorityId>
oauth:
tokenurl: <path:traceability-foss/data/dev-b/edc-provider/wallet#ssi.oauth.tokenurl>
client:
id: <path:traceability-foss/data/dev-b/edc-provider/wallet#ssi.oauth.client.id> # sa672
secretAlias: edc-miw-keycloak-secret-dev-b-provider

resources:
limits:
Expand Down

0 comments on commit 3ab6193

Please sign in to comment.