Nicholas Faiz
2007-Aug-17 05:40 UTC
[Cruisecontrolrb-users] Wrapping some security for ccrb
Hi, Has anyone wrapped some security into cruisecontrolrb? I''d like to be able to let the public have view access to the build sheet/overview, but to restrict the ''Build Now'' button to someone with a password. I''ve quickly glanced through the doc.s on the Thoughtworks site. Just wondering if anyone has done this? -- Regards, Nicholas Faiz +61 (0)410 285 531 nicholas at treefallinginthewoods.com http://treefallinginthewoods.com skype: nick.faiz jajah: nicholas.faiz at gmail.com
Jeremy Stell-Smith
2007-Aug-18 16:06 UTC
[Cruisecontrolrb-users] Wrapping some security for ccrb
not that I know of, but you can take a look at the code for disabling the build now button that is there. that should probably guide you as to where to do it On 8/16/07, Nicholas Faiz <nicholas.faiz at gmail.com> wrote:> > Hi, > > Has anyone wrapped some security into cruisecontrolrb? I''d like to be > able to let the public have view access to the build sheet/overview, but > to restrict the ''Build Now'' button to someone with a password. > > I''ve quickly glanced through the doc.s on the Thoughtworks site. Just > wondering if anyone has done this? > > -- > Regards, > Nicholas Faiz > > +61 (0)410 285 531 > nicholas at treefallinginthewoods.com > http://treefallinginthewoods.com > skype: nick.faiz > jajah: nicholas.faiz at gmail.com > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070818/7b66934f/attachment.html
Alexey Verkhovsky
2007-Aug-18 22:15 UTC
[Cruisecontrolrb-users] Wrapping some security for ccrb
On 8/16/07, Nicholas Faiz <nicholas.faiz at gmail.com> wrote:> Has anyone wrapped some security into cruisecontrolrb? I''d like to be > able to let the public have view access to the build sheet/overview, but > to restrict the ''Build Now'' button to someone with a password.The approach is to proxy it behind a web server and set up as much security as you need, using the web server, based on URLs. -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com]