End-to-End Adopter Journey: Deploying the components: Problem with the SSI DIM Wallet stub #65
-
|
Dear all, I installed a Minicube and wanted to start the deploy the subset of a released helm chart There, I selected the subset for: Data Exchange Subset using:
The outcome is:
Subsequently, I can create a asset using the data provider. Then, I ask the catalog from the data consumer and get the error message:
I checked the logs and figured out that the following error appeared: My question is now, what do I have to change that the helm chart starts in Minikube also the ssi-dim.wallet stub or a real dim-wallet? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Marco, Regarding your issue, in the umbrella chart, the As an easier alternative, you can use this command to deploy everything at once: helm upgrade umbrella -f ./charts/umbrella/values-adopter-data-exchange.yaml ./charts/umbrella/ --namespace umbrellaNote: This issue is related to the umbrella chart. If this doesn't solve the problem, feel free to open an issue in that repository. P.S.: The |
Beta Was this translation helpful? Give feedback.
Hi Marco,
Regarding your issue, in the umbrella chart, the
ssi-dim-wallet-stubcomponent is referenced by its actual name. Therefore, in your installation command, you should replacemanaged-identity-walletwithssi-dim-wallet-stub.As an easier alternative, you can use this command to deploy everything at once:
Note: This issue is related to the umbrella chart. If this doesn't solve the problem, feel free to open an issue in that repository.
P.S.: The
managed-identity-walletcomponent is deprecated and no longer supported.