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

Handling of deleting chained credentials (dangling) #339

Open
iFergal opened this issue Dec 12, 2024 · 1 comment
Open

Handling of deleting chained credentials (dangling) #339

iFergal opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@iFergal
Copy link
Collaborator

iFergal commented Dec 12, 2024

Version

0.2.0-dev6

Environment

No response

Expected behavior

I'm not really sure, maybe a discussion point. Do we delete all "linked" credentials (below that point in the graph), or provide some feedback when fetching that a credential in the chain has been deleted?

Actual behavior

Given (QVI, LE) credentials. If you delete the QVI credential, the LE credential is left dangling.

The result is you cannot even fetch all credentials, since while iterating it will try to clone the QVI credential and throw an error.

Steps to reproduce

  1. Issue QVI credential
  2. Issue chained LE credential
  3. Delete QVI credential
  4. Clone/fetch LE credential
@2byrds
Copy link
Collaborator

2byrds commented Jan 23, 2025

From our community dev discussion we touched on filtering and deletion implications. Certainly the error needs to be addressed in KERIA, but the UI and usability have wide reaching implications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants