summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master-lonelyslave.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg
index e361136..da9ad4a 100644
--- a/buildbot/master-lonelyslave.cfg
+++ b/buildbot/master-lonelyslave.cfg
@@ -161,11 +161,12 @@ authz = util.Authz(
util.RebuildBuildEndpointMatcher(role="admins")
],
roleMatchers=[
- util.RolesFromUsername(roles=["admins"], usernames=["marcello"])
+ util.RolesFromEmails(admins=["marcello.stanisci@inria.fr"])
]
)
-c['www']['auth'] = util.UserPasswordAuth({"marcello": "taler"})
+auth=util.UserPasswordAuth({'marcello.stanisci@inria.fr': 'mstantaler'})
+c['www']['auth'] = auth
c['www']['authz'] = authz
####### PROJECT IDENTITY