On Mon, May 14, 2018 at 1:29 AM, Pierre Tardy <tar...@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
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to