Replies: 1 comment 2 replies
-
i transferred the discussion here. if you want to deploy additional connectors you will have to:
in a nutshell: yes, it can be done. no, there is no step-by-step guidance at this time. Before you attempt this, I strongly recommend to fully understand DSP and DCP first, and dig through the documentation of EDC and MVD. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I've been trying for a while to deploy an additional connector in the MVD scenario. Without going too deep into context, I attempted to add a new one to the scenario, but I encountered an error. To simplify the test, I reduced it to simply renaming
consumer
toconsumer2
.To do this, I refactored all occurrences in the MVD directory, replacing
consumer
withconsumer2
. However, even with this simple test, I still get the same error.Everything starts up correctly, the pods are deployed properly, and it seems that all connectors can communicate. I begin by registering the two participants (
provider
andconsumer2
) in their respective Identity Hubs, but I get an "Unauthorized" error in theConsumer2
Control Plane. When I check the logs of the Catalog Server, I see that it is trying to find adid:web:consumer-identityhub%3A7083:consumer
even though nothing is deployed under the nameconsumer
.This post is intended to ask two things:
consumer
instead ofconsumer2
? I couldn't find any reference to this in the repository, at least after searching for quite some time.I hope to find some guidance in this forum.
Thank you in advance!
Joseba
ERROR IN consumer2-controlplane:

ERROR IN provider-catalog-server:

Beta Was this translation helpful? Give feedback.
All reactions