open-vault/changelog/17768.txt
Violet Hynes a11f62abf2
VAULT-8518 Increase HMAC limit to 4096, and limit approle names to the same limit (#17768)
* VAULT-8518 Increase HMAC limit to 4096, and limit approle names to the same limit

* VAULT-8518 Changelog

* VAULT-8518 Sprintf the byte limit
2022-11-02 10:42:09 -04:00

3 lines
133 B
Plaintext

```release-note:change
auth/approle: Add maximum length of 4096 for approle role_names, as this value results in HMAC calculation
```