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 <[email protected]> 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
> [email protected]
> https://lists.buildbot.net/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to