forked from eclipse-edc/IdentityHub
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Identity Hub - Initial Setup #13
Labels
Comments
This was referenced Jun 13, 2022
Closed
7 tasks
13 tasks
This was referenced Jun 13, 2022
19 tasks
9 tasks
This was referenced Jul 11, 2022
ouphi
pushed a commit
that referenced
this issue
Jul 29, 2022
* Feature/21/21 verifier maven (#34) * checkstyle
1 task
Repository owner
moved this from In Progress
to Done
in Agera EDC
Aug 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This feature covers an initial implementation of the Identity Hub and thus implements a subset of the Identity Hub Specification.
The goal of this feature is to provide an Identity Hub that is deployed as part of the connector (collocated test deployment) to the MVD and supports basic operations to interact with the Registry Service.
The Registration Service replaces the static membership configuration which is currently in place.
Deployment topology
In this feature the only supported deployment topology will be the collocated test deployment.
Participant Identity topology
In this feature, the Identity Hub needs to support a simple One Identifier - One Dataspace topology. Each participant will therefore have a single identity within the single MVD dataspace. This means that no namespacing is required at this point (a single "default" namespace can be used).
Operations
The following operations need to be supported for the MVD dataspace:
This requires to implement the following DWN interfaces in the IdentityHubClient implementation:- Collections Query to query Verifiable Credentials- Collections Write to push Verifiable Credentials- Feature Detection listing all the aforementioned operations as supported.Auth
At this point the Identity Hub endpoints will be open. No participant authentication/authorization will be implemented (see agera-edc/MinimumViableDataspace#29)
Repository
The Identity Hub will receive its dedicated repository in the
eclipse-dataspaceconnector
org.Note: Identity Hub code currently resides in the EDC Core repository. This code needs to be extracted and moved to a dedicated repository.
Acceptance Criteria
Identity Hub follows the latest DWN spec for the supported operationsOut of Scope
The following aspects will be implemented in subsequent steps and are out of scope for this feature:
Stories
The text was updated successfully, but these errors were encountered: