commit a9d3e22679c4953f6e5af5c555019f26845f1021
parent 2daf9d4f306ca3283cf8d565f4246382e952130d
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 4 Dec 2018 12:56:14 +0100
Trying to lock all force-builds.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -459,11 +459,11 @@ from taler_bb_userpass_db import USER_PASSWORD_DB
authz = util.Authz(
allowRules=[
# Unlock force-builds for admins.
- util.ForceBuildEndpointMatcher(role=["admins"],
+ util.ForceBuildEndpointMatcher(role="admins",
builder="switcher-builder"),
# Prevent _any_ action from being taken.
- util.AnyEndpointMatcher(role="norole",
- defaultDeny=False)],
+ util.AnyEndpointMatcher(role="norole"),
+ util.AnyControlEndpointMatcher(role="norole")]
roleMatchers=[
util.RolesFromUsername(roles="admins",
usernames=["marcello",