Comment 47 for bug 2012246

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/877934
Committed: https://opendev.org/openstack/cinder/commit/a14b17fc0c12318c755dd94665dfe1f09520633a
Submitter: "Zuul (22348)"
Branch: master

commit a14b17fc0c12318c755dd94665dfe1f09520633a
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