Skip to content

Commit

Permalink
Remove did:ace driver, requested by @alenhorvat
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Apr 28, 2024
1 parent e070a38 commit 4d34822
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ DID_METHOD_HOST_URL=0.0.0.0:8102
DID_METHOD_TLS_SYSTEMCERTPOOL=true
DID_METHOD_MODE=resolver

UNIRESOLVER_DRIVER_DID_ACE=prod

uniresolver_driver_did_icon_node_url=https://sejong.net.solidwallet.io/api/v3
uniresolver_driver_did_icon_score_addr=cxc7c8b0bb85eca64aecc8cc38628c4bc3c449f1fd
uniresolver_driver_did_icon_network_id=83
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ You should then be able to resolve identifiers locally using simple `curl` reque
curl -X GET http://localhost:8080/1.0/identifiers/did:bba:t:45e6df15dc0a7d91dcccd24fda3b52c3983a214fb0eed0938321c11ec99403cf
curl -X GET http://localhost:8080/1.0/identifiers/did:schema:public-ipfs:json-schema:Qma2beXKwZeiUXcaRaQKwbBV1TqyiJnsMTYExUTdQue43J
curl -X GET http://localhost:8080/1.0/identifiers/did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w
curl -X GET http://localhost:8080/1.0/identifiers/did:ace:0xf81c16a78b257c10fddf87ed4324d433317169a005ddf36a3a1ba937ba9788e3
curl -X GET http://localhost:8080/1.0/identifiers/did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7
curl -X GET http://localhost:8080/1.0/identifiers/did:icon:01:64aa0a2a479cb47afbf2d18d6f9f216bcdcbecdda27ccba3
curl -X GET http://localhost:8080/1.0/identifiers/did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC
Expand Down
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ services:
image: identityfoundation/driver-did-ion:v0.8.1
ports:
- "8111:8080"
ace-did-driver:
container_name: ace-did-driver
image: aceblock/ace-did-driver:latest
environment:
UNIRESOLVER_DRIVER_DID_ACE: ${UNIRESOLVER_DRIVER_DID_ACE}
ports:
- "8112:8080"
gataca-did-resolver-driver:
container_name: gataca-did-resolver-driver
image: gatacaid/universal-resolver-driver:2.0.0
Expand Down
4 changes: 0 additions & 4 deletions uni-resolver-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ uniresolver:
url: ${uniresolver_web_driver_url_did_ion:http://driver-did-ion:8080/}
testIdentifiers:
- did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w
- pattern: "^(did:ace:.+)$"
url: ${uniresolver_web_driver_url_did_ace:http://ace-did-driver:8080/}
testIdentifiers:
- did:ace:0xf81c16a78b257c10fddf87ed4324d433317169a005ddf36a3a1ba937ba9788e3
- pattern: "^(did:gatc:.+)$"
url: ${uniresolver_web_driver_url_did_gatc:http://gataca-did-resolver-driver:8080/}
testIdentifiers:
Expand Down

0 comments on commit 4d34822

Please sign in to comment.