From 23d28ed0e4dc1f1e364aa6b66929bd14b484b0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Sun=CC=83e=CC=81?= Date: Thu, 14 Nov 2024 14:22:49 -0800 Subject: [PATCH 1/2] Removed BBS dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- plugins/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/pyproject.toml b/plugins/pyproject.toml index 2c2ce4781..89945ab4c 100644 --- a/plugins/pyproject.toml +++ b/plugins/pyproject.toml @@ -18,7 +18,6 @@ aries-askar = { version = "~0.3.2" } anoncreds= { version = "0.2.0" } indy-credx = { version = "~1.1.1" } indy-vdr = { version = "~0.4.1" } -ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" } [tool.poetry.dev-dependencies] From 2bdec01a4df1132bbbfa11c87ad8a14f6ebcc452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Sun=CC=83e=CC=81?= Date: Thu, 14 Nov 2024 14:23:13 -0800 Subject: [PATCH 2/2] General tweaks/cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- scripts/.env-example | 4 ++-- services/aca-py/Dockerfile.acapy | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/.env-example b/scripts/.env-example index 11f8759a9..71a07b0f1 100644 --- a/scripts/.env-example +++ b/scripts/.env-example @@ -76,8 +76,8 @@ ACAPY_AUTO_PROMOTE_AUTHOR_DID=true ACAPY_CREATE_REVOCATION_TRANSACTIONS=true -ACAPY_TAILS_SERVER_BASE_URL=https://tails-test.vonx.io -ACAPY_TAILS_SERVER_UPLOAD_URL=https://tails-test.vonx.io +ACAPY_TAILS_SERVER_BASE_URL=https://tails-dev.vonx.io +ACAPY_TAILS_SERVER_UPLOAD_URL=https://tails-dev.vonx.io ACAPY_NOTIFY_REVOCATION=true ACAPY_MONITOR_REVOCATION_NOTIFICATION=true diff --git a/services/aca-py/Dockerfile.acapy b/services/aca-py/Dockerfile.acapy index e58035adc..636d68659 100644 --- a/services/aca-py/Dockerfile.acapy +++ b/services/aca-py/Dockerfile.acapy @@ -6,5 +6,3 @@ ADD https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 ./jq RUN chmod +x ./jq COPY ngrok-wait.sh ngrok-wait.sh RUN chmod +x ./ngrok-wait.sh - -USER $user