mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 22:34:30 +00:00
add rights for igor
This commit is contained in:
parent
8879b85877
commit
e1095ecb68
@ -45,12 +45,17 @@ class BuildBotIdentity(BuildBotModule):
|
||||
self.masterConf['www']['authz'] = util.Authz(
|
||||
allowRules=[
|
||||
util.AnyEndpointMatcher(role="admins"),
|
||||
util.AnyControlEndpointMatcher(role="friends"),
|
||||
util.AnyControlEndpointMatcher(role="quasarcore"),
|
||||
util.StopBuildEndpointMatcher(role="owner")
|
||||
],
|
||||
roleMatchers=[
|
||||
util.RolesFromGroups(groupPrefix='QuasarApp/'),
|
||||
util.RolesFromEmails(admins=["EndrIIMail@gmail.com"]),
|
||||
util.RolesFromEmails(friends=[
|
||||
"igor.loschinin2014@yandex.ru"
|
||||
]),
|
||||
|
||||
util.RolesFromOwner(role="owner")
|
||||
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user