Skip to content
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

Can not resolve a public DID from IDunion test ledger #257

Open
martinMustermann opened this issue Nov 18, 2021 · 1 comment
Open

Can not resolve a public DID from IDunion test ledger #257

martinMustermann opened this issue Nov 18, 2021 · 1 comment

Comments

@martinMustermann
Copy link

martinMustermann commented Nov 18, 2021

Reproduce steps:

  1. Follow readme and get docker container running.
  2. Go to IDunion test ledger explorer https://idu.cloudcompass.ca/browse/domain, find a random DID with public profile.
  3. try to run
    curl -X GET http://localhost:8080/1.0/identifiers/did:sov:RxkWFyrC2WKLS6UsTD7rKo

Expected result:
Something should be returned (like diddoc).

Actual result:
No resolve result with error notFound.

Am I missing some steps here?

(PS: resolving a random did in sov mainnet is working fine, but facing the same issue when resolving the DIDs from other indy based ledgers)

@peacekeeper
Copy link
Member

Hello, the IDunion test ledger is currently configured with a did:sov:idu: prefix. See here:

https://github.com/decentralized-identity/uni-resolver-driver-did-sov/blob/main/docker/Dockerfile#L32

Therefore you should be able to use the following command:

curl -X GET http://localhost:8080/1.0/identifiers/did:sov:idu:RxkWFyrC2WKLS6UsTD7rKo

If the IDunion community prefers to use a different namespace or add additional ledgers, please let us know and/or raise a PR to change the did:sov driver's configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants