b41268417c
It appears that Mistral service logs everything, and doesn't use yet the mask_password (nor mask_dict_password) method. In order to ensure all is properly masked, we have to add some new patterns, and make it case insensitive in order to simplify and avoid duplicated entries. Change-Id: Icc19b7c8bdb6a3182939d5e9fdef21288b19f43d Related-Bug: #1850843 Signed-off-by: Cédric Jeanneret <cjeanner@redhat.com>
9 lines
313 B
YAML
9 lines
313 B
YAML
---
|
|
security:
|
|
- This patch ensures we actually mask sensitive data, even if case doesn't
|
|
match the static entry we have in the patterns.
|
|
- It also ensures that some fancy names with a common base, but added
|
|
number are actually taken care of.
|
|
fixes:
|
|
- https://bugs.launchpad.net/tripleo/+bug/1850843
|