agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

Use Dataspace Authority DID to get catalog endpoint #233

Closed algattik closed 2 years ago

algattik commented 2 years ago

Feature #58

Description

EDC catalog extension to get participants from registration service currently requires the URL of the registration service endpoint. Therefore that URL cannot be changed.

This URL is also present in the dataspace DID document. The EDC catalog extension should instead be configured with the dataspace DID URI, and periodically refresh the registration endpoint from the DID document.

This is symmetric to implementation for Registration Service command-line client https://github.com/agera-edc/MinimumViableDataspace/issues/43

Acceptance Criteria

Tasks

Same as acceptance criteria.

algattik commented 2 years ago

Duplicate with https://github.com/agera-edc/MinimumViableDataspace/issues/174