Hi Chris, What you are looking for is theRemoteUserAuth plugin http://buildbot.readthedocs.io/en/latest/manual/cfg-www.html#buildbot.www.auth.RemoteUserAuth
There is no more support for combination useHttpHeader + HTPasswdAprAuth, which allowed apache authentication + anonymous access. I am not sure exactly if this is what you mean by "show no output to an anonymous user" Pierre Le mer. 15 févr. 2017 à 07:21, Chris Spencer <[email protected]> a écrit : > In 0.8.*, I was using http authentication in Apache to collect the > username/password and pass that through to Buildbot. I was doing that with: > > authz_cfg=authz.Authz( > auth=auth.HTPasswdAprAuth('.htpasswd')), > useHttpHeader=True, > ... > ) > > However, in 0.9.*, there doesn't appear to be a HTPasswdAprAuth class or a > useHttpHeader option. Is there still a way to setup this type of > authentication? > > My goal is to show no output to an anonymous user. > > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
