-
Notifications
You must be signed in to change notification settings - Fork 516
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
Anoncreds-RS update revocation endpoints for TAA #2493
Comments
@dbluhm - can you comment on if we need to implement these or remove them. It appears they were brought in to address a specific need - is that ongoing? |
|
Re: addressing a specific need, I haven't personally used these before but I know they were at least used recently in that IDIM issue I got tagged in 🙂 So I think they are "necessary" from the perspective that this out of sync issue can occur at least for Indy. But, as to whether they're necessary in the general case, I'm not sure. I'm inclined to just move the implementations into something specific to the Indy registry and expose them from that package (in plugin style) and let them continue to be specific to Indy until it's clear they have use for other methods. |
Closing this work was done in #2458. The 4 documented APIs are in place and updated to AnonCreds |
See #2383 and #2432
There are some endpoints used in the TAA tests that need to be updated to use anoncreds-rs.
/revocation/registry/<id>/issued
/revocation/registry/<id>/issued/details
/revocation/registry/<id>/issued/indy_recs
/revocation/registry/<id>/fix-revocation-entry-state
These are mentioned in Troubleshooting.md.
The text was updated successfully, but these errors were encountered: