[users at bb.net] Allowing anonymous read-only access to www view

Pierre Tardy tardyp at gmail.com
Wed Feb 22 21:05:50 UTC 2017


Hi Elliot,

Here with
util.AnyEndpointMatcher(role="JuliaLang")
You got every action that is locked to your github group.

What you need is just to add more detailled configuration to only restrict
endpoints that need restrictions:

    util.StopBuildEndpointMatcher(role="JuliaLang"),
    util.ForceBuildEndpointMatcher(role="JuliaLang"),
    util.RebuildBuildEndpointMatcher(role="JuliaLang")




Le mer. 22 févr. 2017 à 21:27, Elliot Saba <staticfloat at gmail.com> a écrit :

> Hello there, I've got a buildbot configuration
> <https://github.com/staticfloat/julia-buildbot/blob/c31a76e72686216d148051795a211662a27022b8/master/master.cfg#L36-L45>
> that uses GitHubAuth to ensure that only users belonging to a certain
> organization can start/stop builds, etc...
>
> However, I want anonymous users to be able to see the results of builds,
> etc, and it appears that all of that information is locked behind
> authentication with this configuration.  Is there some way that I can
> specify that control functions should be authenticated, but read-only data
> should not?
>
> Thanks!
> -E
> _______________________________________________
> users mailing list
> users at buildbot.net
> https://lists.buildbot.net/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170222/a5d24c9a/attachment.html>


More information about the users mailing list