Comment 4 for bug 1320028

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/94109
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=cdcc19c1d78a4a88daabfb64b27abd4924aa442d
Submitter: Jenkins
Branch: master

commit cdcc19c1d78a4a88daabfb64b27abd4924aa442d
Author: Brad Pokorny <email address hidden>
Date: Sun May 18 18:26:33 2014 +0000

    Mask passwords that are included in commands

    The current password masking doesn't scrub passwords from commands
    that may be written to log files. This commit adds support for
    scrubbing passwords provided as options with commands.

    Adds tests to ensure commands are properly sanitized.

    Change-Id: I37b9a80142ec5dcadb731332d8c5f494bdc7bfc1
    Closes-Bug: #1320028