works only this

This commit is contained in:
Andrei Yankovich 2021-04-06 10:25:44 +03:00
parent a238c453c6
commit 3a16c986dd

View File

@ -45,14 +45,7 @@ class BuildBotIdentity(BuildBotModule):
self.masterConf['www']['authz'] = util.Authz(
stringsMatcher=util.fnmatchStrMatcher,
allowRules=[
# util.StopBuildEndpointMatcher(role="owner"),
util.StopBuildEndpointMatcher(builder='*Builder', role="QuasarApp"),
util.ForceBuildEndpointMatcher(builder='*Builder', role="QuasarApp"),
util.RebuildBuildEndpointMatcher(builder='*Builder', role="QuasarApp"),
util.AnyEndpointMatcher(role="admins"),
# util.AnyEndpointMatcher(role="QuasarApp"),
util.AnyEndpointMatcher(role="QuasarApp"),
],
roleMatchers=[