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