open-vault/changelog/16115.txt
Violet Hynes d57fea2cd1
VAULT-6613 Add role support for rate limit quotas (OSS Changes) (#16115)
* VAULT-6613 add DetermineRoleFromLoginRequest function to Core

* Fix body handling

* Role resolution for rate limit quotas

* VAULT-6613 update precedence test

* Add changelog

* Handle body error

* VAULT-6613 Return early if error with json parsing
2022-06-24 08:58:02 -04:00

3 lines
174 B
Plaintext

```release-note:improvement
core/quotas: Added ability to add role information for rate-limit resource quotas, to limit login requests on auth mounts made using that role
```