mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 14:24:32 +00:00
try fix
This commit is contained in:
parent
8481ae4b1c
commit
f315464c34
@ -45,11 +45,14 @@ class BuildBotIdentity(BuildBotModule):
|
||||
self.masterConf['www']['authz'] = util.Authz(
|
||||
allowRules=[
|
||||
util.AnyEndpointMatcher(role="admins"),
|
||||
util.AnyControlEndpointMatcher(role="quasarcore"),
|
||||
util.StopBuildEndpointMatcher(role="owner")
|
||||
util.StopBuildEndpointMatcher(role="owner"),
|
||||
|
||||
util.StopBuildEndpointMatcher(role="QuasraApp"),
|
||||
util.ForceBuildEndpointMatcher(role="QuasraApp"),
|
||||
util.RebuildBuildEndpointMatcher(role="QuasraApp")
|
||||
],
|
||||
roleMatchers=[
|
||||
util.RolesFromGroups(groupPrefix='QuasarApp'),
|
||||
util.RolesFromGroups(groupPrefix=''),
|
||||
util.RolesFromUsername(roles=[
|
||||
"admins",
|
||||
],
|
||||
@ -57,15 +60,6 @@ class BuildBotIdentity(BuildBotModule):
|
||||
"EndrII"
|
||||
]),
|
||||
|
||||
util.RolesFromUsername(roles=[
|
||||
"quasarcore",
|
||||
"quasarcore"
|
||||
],
|
||||
usernames=[
|
||||
"Oleg-designer",
|
||||
"IgorekLoschinin"
|
||||
]),
|
||||
|
||||
util.RolesFromOwner(role="owner")
|
||||
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user