gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: update cfg


From: gnunet
Subject: [taler-deployment] branch master updated: update cfg
Date: Tue, 27 Apr 2021 23:51:22 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8f5873b  update cfg
8f5873b is described below

commit 8f5873bcf899fc747097806a7afc9193d8c19a66
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Apr 27 23:51:20 2021 +0200

    update cfg
---
 buildbot/master.cfg | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b212b6d..6c39bfa 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1257,9 +1257,6 @@ c["protocols"] = {"pb": {"port": 
"tcp:9989:interface=127.0.0.1"}}
 c["buildbotURL"] = "https://buildbot.taler.net/";
 
 
-# Authentication for Web UI.
-exec(compile(open('../taler_bb_userpass_db/taler_bb_userpass_db/db.py').read(),
 filename='db.py', mode='exec'))
-
 authz = util.Authz(
     allowRules=[
         util.ForceBuildEndpointMatcher(role="admins",
@@ -1307,6 +1304,8 @@ c["www"] = {
     },
     "allowed_origins": ["https://*.taler.net";],
     "avatar_methods": [],
-    "auth": util.UserPasswordAuth(USER_PASSWORD_DB),
+    "auth": util.UserPasswordAuth({"marcello":"stanisci",
+                                   "florian": "dold",
+                                   "christian":"grothoff"}),
     "authz": authz
 }

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