[Buildbot-commits] [Buildbot] #1748: Allow obfuscating passwords, etc. on the master

Buildbot trac trac at buildbot.net
Fri Jul 5 08:52:01 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       |
------------------------+--------------------

Comment (by rutsky):

 I think even better to use special class for escaping, like

 {{{
 command=["echo", Obfuscate("real", "fake")]
 }}}

 (as it done on slave side with slave-svn step).

 It's explicitly typed, no chances that someone will make a typo in
 `'obfuscate'` string or accidentally pass argument in tuple that has
 "escape" semantics.

 Never done passing custom classes through PerspectiveBroker protocol, but
 I think this shouldn't be hard.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1748#comment:13>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list