gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove webui


From: gnunet
Subject: [taler-deployment] branch master updated: remove webui
Date: Wed, 03 Jun 2020 11:58:45 +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 bb56b42  remove webui
bb56b42 is described below

commit bb56b424df5bffe75e88186c7563dbbe18dfaf16
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jun 3 11:58:42 2020 +0200

    remove webui
---
 buildbot/master.cfg | 94 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 49 insertions(+), 45 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8865ff8..ac047bf 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -957,7 +957,6 @@ c["titleURL"] = "https://taler.net";
 # We use nginx to expose the BB under this URL.
 c["buildbotURL"] = "https://buildbot.taler.net/";
 
-exec(compile(open('../taler_bb_userpass_db/taler_bb_userpass_db/db.py').read(),
 filename='db.py', mode='exec'))
 
 BUILDER_LIST = [
     "buildmaster-builder",
@@ -977,52 +976,57 @@ BUILDER_LIST = [
     "taler-test-healthcheck-builder",
 ]
 
-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"]
-        )
-    ]
-)
+# Authentication for Web UI. Not needed right now...
+#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",
+#                                       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
-c["www"] = {
-    "port": 8010,
-    "plugins": {
-        "waterfall_view": {},
-        "console_view": {}
-    },
-    "allowed_origins": ["https://*.taler.net";],
-    "avatar_methods": [],
-    "auth": util.UserPasswordAuth(USER_PASSWORD_DB),
-    "authz": authz
-}
+# -- commented out as not packaged properly in Debian and others, see
+# https://bugzilla.redhat.com/show_bug.cgi?id=1557687
+#c["www"] = {
+#    "port": 8010,
+#    "plugins": {
+#        "waterfall_view": {},
+#        "console_view": {}
+#    },
+#    "allowed_origins": ["https://*.taler.net";],
+#    "avatar_methods": [],
+#    "auth": util.UserPasswordAuth(USER_PASSWORD_DB),
+#    "authz": authz
+#}
 
 ####### DB URL
 

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