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

Add Connection Aggregate #125

Open
3 tasks
nanderstabel opened this issue Oct 3, 2024 · 1 comment
Open
3 tasks

Add Connection Aggregate #125

nanderstabel opened this issue Oct 3, 2024 · 1 comment
Assignees

Comments

@nanderstabel
Copy link
Collaborator

Description

Add Connection Aggregate to UniCore.

This new aggregate needs to be added to the upcoming agent_identity domain and serves as a container for the agent's connections/entities with whom it has/will interact.

The aggregate needs to contain at least:

  • it's own ID
  • optional domain of the connection
  • optional DID of the connection
  • TBD

POST, GET and DELETE methods endpoints need to be added to a new /v0/identity/connections endpoint in agent_api_rest

The connection_id needs to be added to other aggregates:

  • Offer (both issuance and holder)
  • Credential (both issuance and holder)
  • possibly more

Motivation

This will enable management of the relationships and interactions between UniCore and other entities.

Resources

n/a

To-do List

  • Add Connection aggregate
  • Add connection_id to other aggregates
  • Add /v0/identity/connections endpoint
@M-Adam-Hus
Copy link

Add Connection Aggregate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants