oslo.utils/releasenotes/notes/mask-password-pattern-c8c880098743de3e.yaml
Hervé Beraud de4429f2be fix strutils password regex
Those regexes will fix Object style representation output.
See the payload used in tests for details. This kind
of output can be obtained by using the command:

```
$ openstack --debug
```

Co-Authored-By: Daniel Bengtsson <dbengt@redhat.com>
Change-Id: I9024be93b109d1b64ca736546c0f69db7a5e06d0
2022-03-10 08:49:26 +01:00

6 lines
148 B
YAML

---
security:
- |
This patch ensures that we mask sensitive data when masking password, even
if double quotes are used as password value.