gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: auth is broken, let us try wit


From: gnunet
Subject: [taler-deployment] branch master updated: auth is broken, let us try without
Date: Wed, 28 Apr 2021 14:22:10 +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 4453f2c  auth is broken, let us try without
4453f2c is described below

commit 4453f2c862acc6de8dcf5ff5bab4a27ff4a709a3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 28 14:22:07 2021 +0200

    auth is broken, let us try without
---
 buildbot/master.cfg | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 542fa8e..7f82eaa 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1259,40 +1259,6 @@ c["protocols"] = {"pb": {"port": 
"tcp:9989:interface=127.0.0.1"}}
 c["buildbotURL"] = "https://buildbot.taler.net/";
 
 
-authz = util.Authz(
-    allowRules=[
-        util.ForceBuildEndpointMatcher(role="admins",
-                                       builder=b)
-        for b in BUILDER_LIST
-    ] + [
-        util.StopBuildEndpointMatcher(role="admins",
-                                      builder=b)
-        for b in BUILDER_LIST
-    ] + [
-        util.RebuildBuildEndpointMatcher(role="admins",
-                                         builder=b)
-        for b in BUILDER_LIST
-    ] + [
-        util.ForceBuildEndpointMatcher(role="norole",
-                                       builder=b)
-        for b in BUILDER_LIST
-    ] + [
-        util.StopBuildEndpointMatcher(role="norole",
-                                      builder=b)
-        for b in BUILDER_LIST
-    ] + [
-        util.RebuildBuildEndpointMatcher(role="norole",
-                                         builder=b)
-        for b in BUILDER_LIST
-    ],
-    roleMatchers=[
-        util.RolesFromUsername(
-            roles=["admins"],
-            usernames=["marcello", "florian", "christian"]
-        )
-    ]
-)
-
 # minimalistic config to activate new web UI
 # -- formerly commented out as not packaged properly in Debian and others, see
 # https://bugzilla.redhat.com/show_bug.cgi?id=1557687
@@ -1306,8 +1272,4 @@ c["www"] = {
     },
     "allowed_origins": ["https://*.taler.net";],
     "avatar_methods": [],
-    "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]