summaryrefslogtreecommitdiff
path: root/src/auditor/test-revocation.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-04 13:36:44 +0100
committerFlorian Dold <florian@dold.me>2022-11-04 13:36:51 +0100
commitb4d4285aef32bdb2d92654b535fbb2e532e47ae7 (patch)
treeab5e832887417674a489192a9b8f40d265f7ebf5 /src/auditor/test-revocation.sh
parentac7e0daa2f78668e7e132b617557290283064485 (diff)
downloadexchange-b4d4285aef32bdb2d92654b535fbb2e532e47ae7.tar.gz
exchange-b4d4285aef32bdb2d92654b535fbb2e532e47ae7.tar.bz2
exchange-b4d4285aef32bdb2d92654b535fbb2e532e47ae7.zip
use --no-auth for libeufin sandbox
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-xsrc/auditor/test-revocation.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 2751b5c20..0ed79f237 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -152,8 +152,7 @@ function launch_libeufin () {
> ${MYDIR}/libeufin-nexus-stdout.log &
echo $! > ${MYDIR}/libeufin-nexus.pid
export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${DB}-sandbox.sqlite3"
- export LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret
- libeufin-sandbox serve --port 18082 \
+ libeufin-sandbox serve --no-auth --port 18082 \
> ${MYDIR}/libeufin-sandbox-stdout.log \
2> ${MYDIR}/libeufin-sandbox-stderr.log &
echo $! > ${MYDIR}/libeufin-sandbox.pid