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

Earthid driver integration #441

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated EarthID did resolver configurations
  • Loading branch information
vibhi99 committed Oct 25, 2024
commit 09885a3a309a9cab14d9d1cd5695fa5599d3ae0e
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ services:
- "8152:8080"

driver-did-earthid:
image: vibhi09/driver-did-earthid:latest
image: vibhi09/driver-did-earthid:v1.0.1
platform: linux/arm64/v8
environment:
baseUrl: "https://did.myearth.id/v1/resolve"
baseUrl: "https://did.myearth.id/v2/resolve"
ports:
- "8153:8080"
- "8154:8080"
2 changes: 1 addition & 1 deletion uni-resolver-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ uniresolver:
- pattern: "^(did:earthid:.+)$"
url: ${uniresolver_web_driver_url_did_earthid:http://driver-did-earthid:8080/1.0/identifiers/}
testIdentifiers:
- did:earthid:66dab28d276a3d08d4f92fd2
- did:earthid:testnet:6XXVvDkgXCjD6fy62dWaQdyk5368yE1QFdkDpoCFS1d1:0.0.5032772
Loading