cinder/releasenotes/notes/bug-2012246-292d7d93260a1fe5.yaml
Takashi Kajinami a14b17fc0c [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
2023-11-27 10:11:46 +09:00

7 lines
194 B
YAML

---
fixes:
- |
`Bug #2008017 <https://bugs.launchpad.net/cinder/+bug/2012246>`_: Hide
value of the `[coordination] backend_url` option from logs because it can
contain credential.