sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 2a2882917042567618add7867f9c123dbb5f68bb
parent bb1ed0404cc5a6ce00d80bbf515a2d9d8ddf315a
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Aug 2024 21:03:06 +0200

run auditor

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 12++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -47,6 +47,7 @@ MERCHANT_DOMAIN=backend.$MYDOMAIN BLOG_DOMAIN=shop.$MYDOMAIN DONATIONS_DOMAIN=donations.$MYDOMAIN CHALLENGER_DOMAIN=challenger.$MYDOMAIN +AUDITOR_DOMAIN=auditor.$MYDOMAIN # Ports of the services running inside the container. # Should be synchronized with the sandcastle-run script. @@ -157,9 +158,9 @@ https://$EXCHANGE_DOMAIN { reverse_proxy unix//run/taler/exchange-httpd/exchange-http.sock } -https://$MERCHANT_DOMAIN { +https://$AUDITOR_DOMAIN { tls internal - reverse_proxy unix//run/taler/merchant-httpd/merchant-http.sock + reverse_proxy unix//run/taler/auditor-httpd/auditor-httpd.sock } https://$CHALLENGER_DOMAIN { @@ -187,6 +188,10 @@ https://$CHALLENGER_DOMAIN { file_server } +:$PORT_INTERNAL_AUDITOR { + reverse_proxy unix//run/taler/auditor-httpd/auditor-httpd.sock +} + :$PORT_INTERNAL_CHALLENGER { handle { reverse_proxy unix//run/challenger/httpd/challenger.http { @@ -527,6 +532,9 @@ EOF taler-auditor-dbconfig +systemctl enable --now taler-auditor-httpd.service +# FIXME: also enable auditor helpers! + # Set up merchant backend MERCHANT_DB=talermerchant