aries-cloudagent-python
aries-cloudagent-python copied to clipboard
:sparkles: Support multiple DID methods in auto-provisioning
The auto-provisioning section is currently hard-coded to use did:sov to create a local or public did. This could be made configurable - just a question of how.
I imagine that the auto-provision startup arg can take an optional setting e.g. "sov", "indy", (also configurable via env var), and then acapy-plugins like cheqd and hedera can extend the wallet_config method to enable support for auto-provisioning with their did methods.
Thoughts?
Link to original comment: https://github.com/openwallet-foundation/acapy/issues/3646#issuecomment-2802959467
Absolutely!! Anything hard-coded to did:sov needs to change ASAP.