Comment 8 for bug 1998158

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ansible (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/867157
Committed: https://opendev.org/openstack/tripleo-ansible/commit/f566c54c3513f24c2501bfb295b526384efc99e9
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit f566c54c3513f24c2501bfb295b526384efc99e9
Author: Takashi Kajinami <email address hidden>
Date: Tue Nov 29 10:55:08 2022 +0900

    Hide output which can contain password strings

    The change I68a89e413b7c3eecb747386998bd36314250384b introduced
    the task to check whether the password is valid but this task dumps
    a raw password string in case password authentication failed for some
    reason (eg. the user is not yet created).

    This change ensures the output is hidden, unless users explicitly
    enable sensitive logs.

    Closes-Bug: #1998158
    Change-Id: I3214109f4f75620abc25d48db86179a8a411ccc7
    (cherry picked from commit fc758a2fbdda193b0a161bf4de36ffde5df789f6)
    (cherry picked from commit 0eb136ebdf9714139783083911a6f47de020930e)