openwallet-foundation / acapy

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://wiki.hyperledger.org/display/aries
Apache License 2.0
412 stars 512 forks source link

AnonCreds: Automated setup of revocation artifacts #2293

Closed dbluhm closed 1 year ago

dbluhm commented 1 year ago

Setting up revocation requires fairly intimate knowledge of how revocation works in AnonCreds. Historically, with the first implementation of revocation in ACA-Py, this responsibility was left to the controller. However, we've determined this is too much of a burden to place on Controller authors.

While implementing the ledger agnostic anoncreds interface, as a temporary solution while building up all the various required components, we added endpoints similar to the original revocation endpoints that made it the controllers responsibility to setup revocation. This should not be the final setup.

dbluhm commented 1 year ago

Completed by #2292