Comment 24 for bug 1850843

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslo.utils (stable/queens)

Reviewed: https://review.opendev.org/718441
Committed: https://git.openstack.org/cgit/openstack/oslo.utils/commit/?id=d0b99227d9bf67316905d973d49cc85aa9a93c04
Submitter: Zuul
Branch: stable/queens

commit d0b99227d9bf67316905d973d49cc85aa9a93c04
Author: Dougal Matthews <email address hidden>
Date: Fri Nov 15 11:11:07 2019 +0000

    Make mask_dict_password case insensitive and add new patterns

    In Icc19b7c8bdb6a3182939d5e9fdef21288b19f43d mask_password was made case
    insensitive but mask_dict_password wasn't. This update makes the
    behaviour of these functions the same.

    Instead of lowering _SANITIZE_KEYS each time the source list is lowered.

    New password patterns from realworld logs were added to the patterns.

    Change-Id: Ic3ee301857630a15b9c26fd5d0fc907c43199517
    Related-Bug: #1850843
    (cherry picked from commit ed70bd3cd10eae2a34a5e9bd5d1fe0a6791ab3de)
    (cherry picked from commit c49a426b6618426f9260eea10c1b2a9e1c5a4d65)