open-nomad/.changelog/12150.txt
Tim Gross a499401b34
csi: fix redaction of volume status mount flags (#12150)
The `volume status` command and associated API redacts the entire
mount options instead of just the `MountFlags` field that can contain
sensitive data. Return a redacted value so that the return value makes
sense to operators who have set this field.
2022-03-01 08:34:03 -05:00

4 lines
129 B
Plaintext

```release-note:improvement
cli: Return a redacted value for mount flags in the `volume status` command, instead of `<none>`
```