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

Buildbot trac trac at buildbot.net
Fri Jul 5 01:54:48 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 dustin):

 I like your approach.  However, I don't want to lose the list-flattening
 behavior altogether - logs of complex configs rely on that.  I also don't
 want to dedicate tuples to always mean obfuscation.  Rather, let's use
 tuples as an "escape", so for example `('obfuscate', 'real-secret',
 '****')` means to run `real-secret` but display `****`.  Then, later, we
 can add some other escapes if necessary.

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


More information about the Commits mailing list