mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where secrets that include '=' were incorrectly rejected
|
|
```
|