You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Here I think there is an incompatibility of the base image, the universal did resolver works with 'bcgovimages/von-image:py36-1.16-1' but not 'bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1', do you have any idea about that?
The text was updated successfully, but these errors were encountered:
Thanks for the report! It is likely that there are some compatibility issues with newer versions of ACA-Py 0.7.x -- I have not personally been able to review updates for ACA-Py in this repo yet. Contributions are welcome 🙂 but I'll also add updates to my todo list.
Hi @dbluhm , can you please provide me the aca-py version that you were using for testing? I tried
with py36-1.15-0_0.5.6, py36-1.15-1_0.6.0 and py36-1.16-0_0.6.0 as base image but they all have the same problem
@martinMustermann after inspecting your configuration a bit closer, I believe the issue here is that a "local" did:sov resolver is loaded when a genesis-url is given on startup so the did:sov:WRfXPg8dantKVubE3HX8pw is getting resolved on the ID Union ledger with this default local resolver instead of through the universal resolver.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used the following script to create a container:
However it cant resolve all DIDs which are provided by the universal resolver project (https://github.com/decentralized-identity/universal-resolver), an example would be 'did:sov:WRfXPg8dantKVubE3HX8pw', which is resolvable here 'https://dev.uniresolver.io/1.0/identifiers/did%3Asov%3AWRfXPg8dantKVubE3HX8pw'.
Then I tried to follow your local setup guideline here 'https://github.com/sicpa-dlab/acapy-resolver-universal/tree/main/demo', which is working for the did mentioned above.
Here I think there is an incompatibility of the base image, the universal did resolver works with 'bcgovimages/von-image:py36-1.16-1' but not 'bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1', do you have any idea about that?
The text was updated successfully, but these errors were encountered: