gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: apikey


From: gnunet
Subject: [taler-deployment] branch master updated: apikey
Date: Fri, 17 Jul 2020 18:44:11 +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 1cec131  apikey
1cec131 is described below

commit 1cec131bfb5d2164b15bfdf041f892ee41615aa5
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 17 18:44:05 2020 +0200

    apikey
---
 bin/taler-config-instances | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index f13464b..c6c9afe 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 
 from requests import post
+from requests.auth import HTTPBasicAuth
 from os import environ
 from sys import exit
 
@@ -36,7 +37,7 @@ blog_config = dict(
 )
 
 expectResponse(
-    post(INSTANCE_CONFIG_URL, json=blog_config),
+        post(INSTANCE_CONFIG_URL, json=blog_config, 
auth=HTTPBasicAuth("ApiKey", "sandbox")),
     204
 )
 

-- 
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]