Management API dataplanes endpoints not found #745
-
I've been experimenting with the local setup of the EDC connector, + extensions i've been able to properly add assets, policies, contracts and perform transfers both from the UI and the REST API. As part of my experimenting i was looking into the differences of "provider push" and "consumer pull" data transfer flows, following the steps described at EDC - Transfer 02 Provider push and EDC - Transfer 02 Consumer Pull. For the latter, if i've understood correctly the logic behind it, a dataplane should be registered before, so that it can be selected by the connectors at the beginning of transfer flow. To do so, i've attempted to follow preliminary steps described at EDC - Transfer 00 Prerequisites, but performing GET or POST According to eclipse-edc-management-api.yaml those endpoints should be available. Are them exposed on another interface (similarly to observability endpoints, e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello and thank you for asking, we'll take a look at it and get back to you. |
Beta Was this translation helpful? Give feedback.
-
From a technical perspective, the clue to the used sovity Community-Edition is that the data-plane is already integrated into the control-plane and registration doesn't need to be done by you as done in the core-edc samples. You can see this by booting up our EDC CE DEV variant: for our EDC CE, only one image/container is booted up for our EDC itself, for our EDC-UI and for the Database. However, the running EDC CE itself is not divided into a control- and data-plane container. If there are any technical problems when trying the consumer-pull with our EDC CE, I would ask you to let us know again. |
Beta Was this translation helpful? Give feedback.
Hello,