Feature #633
closedopen buildbot instance to the public
Description
We'll have to see if we can make the buildbot website public.
Things to consider:
- auth: no one should be able to modify w/o auth
- private data: private data like test pcaps should remain private
Other things?
Updated by Eric Leblond almost 12 years ago
- Assignee set to Eric Leblond
- % Done changed from 0 to 80
It is almost done. Anonymous can just look at the interface. Authenticated users can start build.
Thing missing is an URL and an apache redirect to have everything accessible in HTTPS.
Updated by Victor Julien almost 12 years ago
To what extend is private information protected? Mostly care about pcaps that we can't share publicly. But also private sigs (like from etpro).
Updated by Eric Leblond almost 12 years ago
I've discussed with people on #buildbot IRC channel. Web status do not provide any mean to get files used by buildslave and buildmaster. I've also study the code with the help of a confirmed twisted user and we get to the conclusion that, given the protection method inside twisted, this is the case.
Updated by Victor Julien almost 12 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
https://buildbot.suricata-ids.org/
Thanks Eric.