diff --git a/charts/umbrella/Chart.yaml b/charts/umbrella/Chart.yaml index f479e26..9dbf2e4 100644 --- a/charts/umbrella/Chart.yaml +++ b/charts/umbrella/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/eclipse-tractusx/tractus-x-umbrella type: application -version: 2.0.11 +version: 2.0.12 # when adding or updating versions of dependencies, also update list under README.md#Install dependencies: @@ -112,5 +112,5 @@ dependencies: # ssi-dim-wallet-stub - name: ssi-dim-wallet-stub repository: https://eclipse-tractusx.github.io/charts/dev - version: 0.1.2 + version: 0.1.4 condition: ssi-dim-wallet-stub.enabled diff --git a/charts/umbrella/README.md b/charts/umbrella/README.md index dd7d3e3..279549d 100644 --- a/charts/umbrella/README.md +++ b/charts/umbrella/README.md @@ -295,7 +295,7 @@ The currently available components are following: - [bdrs](https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/0.5.2) (**in memory** - no persistance possible) - [iatp-mock](https://github.com/eclipse-tractusx/tractus-x-umbrella/tree/main/charts/umbrella/charts/iatpmock/Chart.yaml) - [bpdm](https://github.com/eclipse-tractusx/bpdm/tree/release/6.0.x) -- [ssi-dim-wallet-stub](https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/releases/tag/ssi-dim-wallet-stub-0.1.2) +- [ssi-dim-wallet-stub](https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/releases/tag/ssi-dim-wallet-stub-0.1.4) > :warning: **Note** > @@ -489,10 +489,7 @@ Involved components: - Data Provider - Data Consumer 1 - Data Consumer 2 (Optional) -- BDRS Server Memory -- BPN-DID-Resolution-Service (BDRS) - SSI DIM Wallet Stub -- SSI Credential Issuer - pgadmin4 #### Get to know the Portal @@ -547,7 +544,6 @@ Some components are disabled, as they are not necessary for the exclusive use of - BPDM - SSI DIM Wallet Stub -- BPN-DID-Resolution-Service (BDRS) - SSI-Credential-Issuer - Self Description Factory - Discovery Finder diff --git a/charts/umbrella/values-adopter-data-exchange.yaml b/charts/umbrella/values-adopter-data-exchange.yaml index 0ce1bd1..6b1ef5c 100644 --- a/charts/umbrella/values-adopter-data-exchange.yaml +++ b/charts/umbrella/values-adopter-data-exchange.yaml @@ -21,8 +21,9 @@ centralidp: enabled: false +# Replace by ssi-dim-wallet-stub bdrs-server-memory: - enabled: true + enabled: false dataconsumerOne: enabled: true diff --git a/charts/umbrella/values-adopter-portal.yaml b/charts/umbrella/values-adopter-portal.yaml index 9ea0f62..dbbfccc 100644 --- a/charts/umbrella/values-adopter-portal.yaml +++ b/charts/umbrella/values-adopter-portal.yaml @@ -56,9 +56,8 @@ pgadmin4: bpdm: enabled: false -# Set 'enabled' to true if onboarding is required bdrs-server-memory: - enabled: true + enabled: false # Set 'enabled' to true if onboarding is required selfdescription: diff --git a/charts/umbrella/values.yaml b/charts/umbrella/values.yaml index c8ead7f..29ca22d 100644 --- a/charts/umbrella/values.yaml +++ b/charts/umbrella/values.yaml @@ -1098,7 +1098,7 @@ dataconsumerOne: EDC_IAM_DID_WEB_USE_HTTPS: false bdrs: server: - url: http://bdrs-server.tx.test/api/directory + url: http://ssi-dim-wallet-stub.tx.test/api/v1/directory endpoints: management: authKey: TEST1 @@ -1190,7 +1190,7 @@ tx-data-provider: EDC_IAM_DID_WEB_USE_HTTPS: false bdrs: server: - url: http://bdrs-server.tx.test/api/directory + url: http://ssi-dim-wallet-stub.tx.test/api/v1/directory endpoints: management: authKey: TEST2 @@ -1327,7 +1327,7 @@ dataconsumerTwo: EDC_IAM_DID_WEB_USE_HTTPS: false bdrs: server: - url: http://bdrs-server.tx.test/api/directory + url: http://ssi-dim-wallet-stub.tx.test/api/v1/directory endpoints: management: authKey: TEST3 @@ -1474,6 +1474,8 @@ ssi-dim-wallet-stub: serviceName: "ssi-dim-wallet-service" secretName: "ssi-dim-wallet-secret" ingressName: "ssi-dim-wallet-ingress" + seeding: + bpnList: "BPNL00000003AZQP,BPNL00000003AYRE" ingress: enabled: true tls: false diff --git a/charts/values-test-data-exchange.yaml b/charts/values-test-data-exchange.yaml index 358fdcc..616fd0e 100644 --- a/charts/values-test-data-exchange.yaml +++ b/charts/values-test-data-exchange.yaml @@ -27,19 +27,6 @@ ssi-dim-wallet-stub: type: ClusterIP port: 80 -bdrs-server-memory: - enabled: true - seeding: - url: "http://bdrs-server:8081" - enabled: true - bpnList: - - bpn: "BPNL00000003CRHK" - did: "did:web:ssi-dim-wallet-service:BPNL00000003CRHK" - - bpn: "BPNL00000003AZQP" - did: "did:web:ssi-dim-wallet-service:BPNL00000003AZQP" - - bpn: "BPNL00000003AYRE" - did: "did:web:ssi-dim-wallet-service:BPNL00000003AYRE" - server: trustedIssuers: - did:web:ssi-dim-wallet-service:BPNL00000003CRHK @@ -58,10 +45,10 @@ dataconsumerOne: token_url: http://ssi-dim-wallet-service/oauth/token controlplane: env: - TX_IAM_IATP_CREDENTIALSERVICE_URL: http://ssi-dim-wallet-stub/api + TX_IAM_IATP_CREDENTIALSERVICE_URL: http://ssi-dim-wallet-service/api bdrs: server: - url: http://bdrs-server:8082/api/directory + url: http://ssi-dim-wallet-service/api/v1/directory dataplane: env: TX_IAM_IATP_CREDENTIALSERVICE_URL: http://ssi-dim-wallet-service/api @@ -83,7 +70,7 @@ tx-data-provider: TX_IAM_IATP_CREDENTIALSERVICE_URL: http://ssi-dim-wallet-service/api bdrs: server: - url: http://bdrs-server:8082/api/directory + url: http://ssi-dim-wallet-service/api/v1/directory dataplane: env: TX_IAM_IATP_CREDENTIALSERVICE_URL: http://ssi-dim-wallet-service/api