Skip to content

Commit

Permalink
fix: populate the miw with seeding/test data by default (#111)
Browse files Browse the repository at this point in the history
* fix default value.yaml file to populate the miw for E2E Adopter Journey

The default false flag prevented the post-install job from executing, which is required to populate the miw with the BPN entries. This issue was preventing the dataconsumerOne from fetching the catalog from the dataprovider since it's entry was missing on the miw.

* test(miw): change to internal service for centralidp

---------

Co-authored-by: Evelyn Gurschler <[email protected]>
  • Loading branch information
oswaldo-montenegro-codecentric and evegufy authored Aug 13, 2024
1 parent f7bacb2 commit d3bdd0b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 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/tractus-x-umbrella

type: application
version: 0.17.0
version: 0.17.1

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ selfdescription:
managed-identity-wallet:
enabled: false
seeding:
enabled: false
enabled: true
# -- Map of company BPN and company name. For each of these Companies, a MIW wallet will be created.
companies:
BPNL00000003AZQP: "BPN_OEM_C"
Expand Down
4 changes: 4 additions & 0 deletions charts/values-test-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ selfdescription:

managed-identity-wallet:
enabled: true
miw:
host: "umbrella-managed-identity-wallet:8080"
keycloak:
url: "http://umbrella-centralidp/auth"

dataconsumer:
enabled: true
Expand Down
4 changes: 4 additions & 0 deletions charts/values-test-shared-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ semantic-hub:

managed-identity-wallet:
enabled: true
miw:
host: "umbrella-managed-identity-wallet:8080"
keycloak:
url: "http://umbrella-centralidp/auth"

dataconsumer:
enabled: false
Expand Down

0 comments on commit d3bdd0b

Please sign in to comment.