[Buildbot-devel] Hide password

Tom Prince tom.prince at ualberta.net
Thu Jan 19 16:20:57 UTC 2012


On Thu, 19 Jan 2012 17:16:44 +0200, Burak Yilmazturk <yilmazturkburak at gmail.com> wrote:
> Hi,
> Is there any way to not show any stdio on a build step? I mean that no
> header, no stdout, no stderr. Even if I set "want_stdout" False, header is
> still on stdio page and one of my build step is ftp, so there is ftp
> password on web page and I dont want to anybody is able to see it. Is it
> possible to hide it or hide a specific word? Or should i use something else
> for ftp, I used ncftp to be able to make recursively ftp.

There isn't currenlty a way to hide stdout. I think the best solution is
to pass the information another way, perhaps using a FileDownload step,
or just with configuration on the slave.

I don't think there would be opposition to being able to handle this.
But the danger with something like this, is that if we add data hiding
for security, and we miss one piece of data, all we have done is add a
false sense of security.

  Tom




More information about the devel mailing list