Skip to content

Commit

Permalink
chore: remove driver-did-key
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed May 13, 2022
1 parent a8cdafc commit b709453
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@
"pattern": "^(did:factom:.+)$",
"url": "http://uni-resolver-driver-did-factom:8080/",
"testIdentifiers": [ "did:factom:testnet:6aa7d4afe4932885b5b6e93accb5f4f6c14bd1827733e05e3324ae392c0b2764", "did:factom:testnet:c2d5aa15943c93db313f140e7ed87ec9891d02acbde748932db583aa3080af08" ]
}, {
"pattern": "^(did:key:z6Mk.+)$",
"url": "http://driver-did-key:8080/",
"testIdentifiers": [ "did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6", "did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg4PqcSFf67pdgrtjB", "did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH" ]
}, {
"pattern": "^(did:io:.+)$",
"url": "http://uni-resolver-driver-did-io:8080/",
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ services:
image: sphereon/uni-resolver-driver-did-factom:latest
ports:
- "8097:8080"
driver-did-key:
image: universalresolver/driver-did-key:latest
ports:
- "8098:8080"
uni-resolver-did-v1-driver:
image: veresone/uni-resolver-did-v1-driver:latest
ports:
Expand Down

2 comments on commit b709453

@lemoustachiste
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @BernhardFuchs,

does this mean it is up to the consumer to set the did:key driver themselves?

@BernhardFuchs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, now all did:key dids will be resolved by driver-didkit.
Before it was just for a certain kind of dids.

"pattern": "^did:(?:tz:|pkh:|web:|key:(?:z6Mk|zQ3s|zDna|z.{200,})).+$",

Please sign in to comment.