decentralized-identity / universal-resolver

Universal Resolver implementation and drivers.
https://uniresolver.io/
Apache License 2.0
558 stars 246 forks source link

Add did:tdw driver. #442

Closed brianorwhatever closed 3 weeks ago

brianorwhatever commented 3 weeks ago

Adds a driver for did:tdw using the trustdidweb-ts library

brianorwhatever commented 3 weeks ago

we are hoping to have this available for IIW next week. I'm concerned I have the same platform issue as the did:btco driver (still on my todo list to fix). Can you please take a look @peacekeeper? Or @kimdhamilton @ankurdotb if you get a chance. Thanks!

peacekeeper commented 3 weeks ago

Thanks @brianorwhatever I think we should be able to get this in before IIW. Could you maybe also add a commit to add this driver to the README.md file?

@BernhardFuchs Can you try and deploy this on Monday?

BernhardFuchs commented 3 weeks ago

Hi Brian,
just tried to deploy the driver but the image is behind a docker login. Pls make it public accessible

Error response from daemon: pull access denied for brianrichter/driver-did-tdw, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
brianorwhatever commented 3 weeks ago

Apologies @BernhardFuchs I had the wrong image name. The correct one is brianrichter/uni-resolver-driver-did-tdw. I have updated the code in this PR as well

brianorwhatever commented 3 weeks ago

@peacekeeper added to README as well

BernhardFuchs commented 3 weeks ago

Just tried it with the image brianrichter/uni-resolver-driver-did-tdw:0.4 and this throws brianrichter/uni-resolver-driver-did-tdw:0.4 when I do a docker pull locally.
On K8s we get docker.io/brianrichter/uni-resolver-driver-did-tdw:0.4: not found

brianorwhatever commented 3 weeks ago

Apologies again @BernhardFuchs 0.4 is now available