aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

:sparkles: Support multiple DID methods in auto-provisioning

Open ff137 opened this issue 8 months ago • 1 comments

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

ff137 avatar Apr 14 '25 20:04 ff137

Absolutely!! Anything hard-coded to did:sov needs to change ASAP.

swcurran avatar Apr 16 '25 13:04 swcurran