gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: adapt sync to new auth style


From: gnunet
Subject: [taler-deployment] branch master updated: adapt sync to new auth style
Date: Wed, 12 May 2021 21:26:51 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8cf5a07  adapt sync to new auth style
8cf5a07 is described below

commit 8cf5a070d675b86932274b3997081e5427492480
Author: MS <ms@taler.net>
AuthorDate: Wed May 12 21:26:46 2021 +0200

    adapt sync to new auth style
---
 bin/taler-deployment-config-instances | 1 +
 taler-arm/taler-sync.conf             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 144073f..a4a5b3e 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -99,6 +99,7 @@ ensure_instance(
     auth=dict(method="token", token=TALER_ENV_FRONTENDS_APITOKEN),
 )
 
+# This instance relate to both the donation receiver and the sync service.
 ensure_instance(
     "Taler",
     name="Taler",
diff --git a/taler-arm/taler-sync.conf b/taler-arm/taler-sync.conf
index 996dccf..35a7fbf 100644
--- a/taler-arm/taler-sync.conf
+++ b/taler-arm/taler-sync.conf
@@ -4,4 +4,4 @@ BINARY = sync-httpd
 # Ugly hack:  Specify the merchant backend API key here.
 # Ideally, the sync httpd would read the API key from
 # the sync.conf, but it can't do that yet.
-OPTIONS = -l $HOME/logs/sync-%Y-%m-%d.log --apikey sandbox
+OPTIONS = -l $HOME/logs/sync-%Y-%m-%d.log --apikey "Bearer 
${TALER_ENV_FRONTENDS_APITOKEN}"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]