Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDC - Multiple EDC management and Catalog Federation #736

Closed
DanielaWuensch opened this issue Jun 28, 2024 · 4 comments · May be fixed by eclipse-tractusx/tractusx-edc#1718
Closed

EDC - Multiple EDC management and Catalog Federation #736

DanielaWuensch opened this issue Jun 28, 2024 · 4 comments · May be fixed by eclipse-tractusx/tractusx-edc#1718
Assignees
Labels
edc Feature/Bug for EDC component Prep-R24.12
Milestone

Comments

@DanielaWuensch
Copy link

Scenario: A data provider operates multiple EDC connectors and data catalogs

Problem: If a data consumer is unaware of which EDC holds the desired offer, he needs to iterate over all catalogs, that's quite inefficient.

Proposed solution: Concept to manage multiple EDCs to federate their catalogs and expose them in a unified manner is done here https://github.com/eclipse-edc/Connector/blob/main/docs/developer/management-domains/management-domains.md and need to be implemented

Impacted components

  • Upstream EDC
  • Tractus-X EDC
  • DSP for get catalogue?
  • CX-0018?
@DanielaWuensch DanielaWuensch converted this from a draft issue Jun 28, 2024
@DanielaWuensch DanielaWuensch added edc Feature/Bug for EDC component Prep-R24.12 labels Jun 28, 2024
@jimmarino
Copy link

Management domains will help enable this. However, the reason there are multiple URLs is because it was decided some time ago to have a central service that resolves connector URLs (emphasis on plural) for a participant. Before decentralized identities, this made sense because DIDs were not used. However, that is not the case anymore.

It's also worth noting that the current approach to resolving connector URLs is not aligned with the DSP and DCAT specifications, which embed endpoint information in DID documents and DCAT catalogs. In order to come up with a complete solution, we need the following:

  1. Management domains
  2. Federated Catalog integration with TX-EDC
  3. A change to the core CX service

@stephanbcbauer
Copy link
Member

Presented in the DRAFT Feature Freeze -> Committer is available
Impact on how the catalogue is provided

@lgblaumeiser
Copy link
Contributor

Hi @paullatzelsperger @rafaelmag110 , last time we talked about the issue, there was a reference to a documentation PR which needed to be merged. Is this done? Could you then please close this issue? Thanks!

@rafaelmag110
Copy link

Hi @lgblaumeiser, that documentation PR is not related to this issue in specific. This can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment