[Python-Dev] [Buildbot-devel] Re: buildbot
Stephen Davis
stephendavis at mac.com
Tue Jan 10 18:18:59 CET 2006
> The reason I want static pages is for security concerns. It is not
> easy whether buildbot can be trusted to have no security flaws,
> which might allow people to start new processes on the master,
> or (perhaps worse) on any of the slaves.
I have security concerns as well, but not in buildbot itself. My
project is restricted even withinz the company I work for so I need
the buildbot web server to only be available to certain people.
HTTPS access would be nice too. TwistedWeb doesn't seem to have
support for either HTTPS or authentication so I've been forced to
"hide" it by putting it on a non-standard port. Very weak.
I am no networking expert so the suggestions for using a reverse
proxy are very welcome and I will look into that right away. Just
wanted to add my voice to the security concerns.
stephen
More information about the Python-Dev
mailing list