[users at bb.net] How do you pass through authentication from Apache?

Chris Spencer chrisspen at gmail.com
Wed Feb 15 06:20:44 UTC 2017


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170215/fb5dd410/attachment.html>


More information about the users mailing list