Comment 60 for bug 2012246

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/2023.2)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/915019
Committed: https://opendev.org/openstack/cinder/commit/9c504a019b832d910b1e9198e7feb0298c752c41
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 9c504a019b832d910b1e9198e7feb0298c752c41
Author: Takashi Kajinami <email address hidden>
Date: Mon Nov 27 10:11:46 2023 +0900

    [coordination] backend_url should be secret

    The backend_url option can sometimes contain secrets.

    For example when redis coordination backend is used and authentication
    is enabled in redis, the plain redis password is put as an URL element.

    [coordination]
    backend_url=redis://:password@127.0.0.1:6379

    Closes-Bug: #2012246
    Change-Id: I381999e669bfe7a603c9233f9c22b6e80abc708b
    (cherry picked from commit a14b17fc0c12318c755dd94665dfe1f09520633a)