Comment 17 for bug 2012246

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

Reviewed: https://review.opendev.org/c/openstack/puppet-oslo/+/877949
Committed: https://opendev.org/openstack/puppet-oslo/commit/a9963373338fe725e89ce8bed3f9e001f2abeeb4
Submitter: "Zuul (22348)"
Branch: master

commit a9963373338fe725e89ce8bed3f9e001f2abeeb4
Author: Takashi Kajinami <email address hidden>
Date: Mon Mar 20 21:06:23 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: Idb7cba32fa81da698d408c27a854550b03e5abd4