open-vault/changelog/14670.txt
VAL f9372145dd
Warn on upper case in policy name (#14670)
* Warn on upper case in policy name

* Rename name variable to be less confusing

* Use more general solution for other string issues

* Clarify changelog

* Remove unnecessary check

* Don't throw CLI warning until after past errors

* Add before and after names with quotes to show spacing changes
2022-03-24 13:29:11 -07:00

3 lines
91 B
Plaintext

```release-note:improvement
cli/vault: warn when policy name contains upper-case letter
```