[Buildbot-commits] [Buildbot] #1748: Allow obfuscating passwords, etc. on the master (was: Hiding strings from ShellCommands command= in factories using something like Obfuscated)
Buildbot
nobody at buildbot.net
Wed Feb 27 02:28:05 UTC 2013
#1748: Allow obfuscating passwords, etc. on the master
------------------------+--------------------
Reporter: GreYFoX | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 0.8.+
Version: 0.8.3 | Resolution:
Keywords: sprint |
------------------------+--------------------
Changes (by dustin):
* keywords: => sprint
Comment:
We currently have support for obfuscation on the slave, but that support
isn't accessible from the master.
The idea here is that the master can send the command to the slave with
metadata saying "don't log this part of the arguments" or "don't log this
environment variable". This is still a form of obfuscation, since that
argument or environment variable is still present on the slave and in the
PB traffic between the master and the slave, but for most uses just not
logging it is sufficient.
--
Ticket URL: <http://trac.buildbot.net/ticket/1748#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list