Skip to content

Commit

Permalink
Merge pull request #170 from CDiezRodriguez/chore/update-ssi-dim-wall…
Browse files Browse the repository at this point in the history
…et-stub-to-0.1.3

feat: update SSI-DIM-Wallet-Stub to 0.1.4
  • Loading branch information
nitin-vavdiya authored Dec 2, 2024
2 parents f0290d2 + 07c429c commit 7116f22
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 29 deletions.
4 changes: 2 additions & 2 deletions 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/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:
Expand Down Expand Up @@ -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
6 changes: 1 addition & 5 deletions charts/umbrella/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion charts/umbrella/values-adopter-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
centralidp:
enabled: false

# Replace by ssi-dim-wallet-stub
bdrs-server-memory:
enabled: true
enabled: false

dataconsumerOne:
enabled: true
Expand Down
3 changes: 1 addition & 2 deletions charts/umbrella/values-adopter-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 5 additions & 3 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
19 changes: 3 additions & 16 deletions charts/values-test-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 7116f22

Please sign in to comment.