Skip to content

Commit

Permalink
Merge pull request #782 from nodlesh/update-uni-resolver-acapy
Browse files Browse the repository at this point in the history
Remove Universal Resolver plugin for ACA-Py Test agents
  • Loading branch information
swcurran authored Mar 6, 2024
2 parents 0a05080 + c892eb2 commit 6d2a54c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions aries-backchannels/acapy/acapy_backchannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ def get_agent_args(self):
# if the env var is set for tails server then use that.
result.append(("--emit-new-didcomm-mime-type"))

result.append(("--plugin", "universal_resolver"))
result.append(("--plugin-config", "/data-mount/plugin-config.yml"))
result.append(("--universal-resolver"))

result.append(("--plugin", "redis_queue.v1_0.events"))
result.append(("--plugin-config", "/data-mount/plugin-config.yml"))
Expand Down
6 changes: 0 additions & 6 deletions aries-backchannels/acapy/plugin-config.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
version: '2'

http_uniresolver:
endpoint:
http://REPLACE_WITH_DOCKERHOST:8080/1.0/identifiers
methods:
# - sov
- orb

redis_queue:
connection:
Expand Down
2 changes: 1 addition & 1 deletion aries-backchannels/acapy/requirements-latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aries-cloudagent
aries-cloudagent[indy, bbs, askar]
1 change: 0 additions & 1 deletion aries-backchannels/acapy/requirements-main.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
aries-cloudagent[indy, bbs, askar]@git+https://github.com/hyperledger/aries-cloudagent-python@main
acapy-resolver-universal@git+https://github.com/sicpa-dlab/acapy-resolver-universal.git@v0.1.0

0 comments on commit 6d2a54c

Please sign in to comment.