open-nomad/.changelog/15670.txt
Tim Gross 8859e1bff1
csi: Fix parsing of '=' in secrets at command line and HTTP (#15670)
The command line flag parsing and the HTTP header parsing for CSI secrets
incorrectly split at more than one '=' rune, making it impossible to use secrets
that included that rune.
2023-01-03 16:28:38 -05:00

4 lines
98 B
Plaintext

```release-note:bug
csi: Fixed a bug where secrets that include '=' were incorrectly rejected
```