[users at bb.net] Trying out modern buildbot finally...

Dan Kegel dank at kegel.com
Mon May 14 13:41:49 UTC 2018


On Mon, May 14, 2018 at 1:29 AM, Pierre Tardy <tardyp at gmail.com> wrote:
>>     util.AnyEndpointMatcher(role="snorglepuss-does-not-exist", defaultDeny=True),
>>
>
> You need to add a role for AnyEndPointMatcher than matches all authenticated users.

Evidently I don't understand the different endpoints yet.  Removing
the word 'Control'
from my original config, e.g.

  allowRules=[
    util.AnyEndpointMatcher(role="platform"),
    util.AnyEndpointMatcher(role="snorglepuss-does-not-exist",
defaultDeny=True),
  ],

does let authenticated users do what they should be able to do.

Thanks!
 - Dan


More information about the users mailing list