Skip to content

Commit

Permalink
feature: #778 adapte values files
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Apr 29, 2024
1 parent f8163af commit 7f3fa89
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 5 deletions.
7 changes: 7 additions & 0 deletions charts/connector/edc-provider/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ tractusx-connector:
id: BPNL00000003CML1
enabled: true

iatp:
sts:
oauth:
client:
id: <path:traceability-foss/data/dev/iatp#dimClientId>
secret_alias: edc-miw-keycloak-secret-dev-a-provider

controlplane:
ingresses:
- enabled: true
Expand Down
8 changes: 8 additions & 0 deletions charts/connector/edc-provider/values-e2e-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ tractusx-connector:
participant:
id: BPNL00000003CML1
enabled: true

iatp:
sts:
oauth:
client:
id: <path:traceability-foss/data/e2e-a/iatp#dimClientId>
secret_alias: edc-miw-keycloak-secret-e2e-a-provider

controlplane:
ingresses:
- enabled: true
Expand Down
8 changes: 8 additions & 0 deletions charts/connector/edc-provider/values-e2e-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ tractusx-connector:
participant:
id: BPNL00000003CNKC
enabled: true

iatp:
sts:
oauth:
client:
id: <path:traceability-foss/data/e2e-b/iatp#dimClientId>
secret_alias: edc-miw-keycloak-secret-e2e-b-provider

controlplane:
ingresses:
- enabled: true
Expand Down
8 changes: 8 additions & 0 deletions charts/connector/edc-provider/values-int-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ tractusx-connector:
fullnameOverride: "tx-edc-provider-int-a"
participant:
id: BPNL00000003CML1

iatp:
sts:
oauth:
client:
id: <path:traceability-foss/data/int-a/iatp#dimClientId>
secret_alias: edc-miw-keycloak-secret-int-a-provider

controlplane:
ingresses:
- enabled: true
Expand Down
8 changes: 8 additions & 0 deletions charts/connector/edc-provider/values-int-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ tractusx-connector:
enabled: true
participant:
id: BPNL00000003CNKC

iatp:
sts:
oauth:
client:
id: <path:traceability-foss/data/int-b/iatp#dimClientId>
secret_alias: edc-miw-keycloak-secret-int-b-provider

controlplane:
ingresses:
- enabled: true
Expand Down
6 changes: 6 additions & 0 deletions charts/connector/edc-provider/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ tractusx-connector:
id: BPNL00000003CNKC
enabled: true

iatp:
sts:
oauth:
client:
id: <path:traceability-foss/data/dev-b/iatp#dimClientId>
secret_alias: edc-miw-keycloak-secret-dev-b-provider

controlplane:
ingresses:
Expand Down
10 changes: 5 additions & 5 deletions charts/connector/edc-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ tractusx-connector:

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

controlplane:
Expand All @@ -40,7 +40,7 @@ tractusx-connector:
cache_validity_seconds: 600
server:
# URL of the BPN/DID Resolution Service - required:
url: <path:traceability-foss/data/dev/controlplane#bdrsUrl>
url: <path:traceability-foss/data/dev/iatp#bdrsUrl>
endpoints:
# -- default api for health checks, should not be added to any ingress
default:
Expand Down

0 comments on commit 7f3fa89

Please sign in to comment.