Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbmw committed Mar 18, 2024
2 parents 87ef116 + 75405ff commit 0de45e7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/eclipse-tractusx/e2e-testing

type: application
version: 0.4.1
version: 0.5.0

dependencies:
# # TODO: update edc components to R23.12
Expand Down Expand Up @@ -66,3 +66,7 @@ dependencies:
name: bpndiscovery
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
- condition: sdfactory.enabled
name: sdfactory
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.1.12
28 changes: 28 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,31 @@ discoveryfinder:
initialDelaySeconds: 200
postgresql:
nameOverride: "discoveryfinder-postgresql"

sdfactory:
enabled: true
secret:
# -- JWK Set URI
jwkSetUri: "https://centralidp.example.org/auth/realms/CX-Central/protocol/openid-connect/certs"
# -- Custodian wallet client id
clientId: ""
# -- Custodian wallet client secret
clientSecret: ""
# -- Keycloak URL
authServerUrl: "https://centralidp.example.org/auth"
# -- Keycloak Realm detail
realm: ""
# -- Keycloak Resource detail
resource: ""
# -- Details for Custodian wallet URI
custodianWalletUri: ""
# -- Details for Clearing House URI
clearingHouseUri: ""
# -- Details for Clearing House URL
clearingHouseServerUrl: ""
# -- Details for Clearing House Realm
clearingHouseRealm: ""
# -- Details for Clearing House Client ID
clearingHouseClientId: ""
# -- Details for Clearing House Client Secret
clearingHouseClientSecret: ""

0 comments on commit 0de45e7

Please sign in to comment.