mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* Use a deadlock-detecting mutex for auth/mountsLock * Remove call to DetermineRoleFromLoginRequest: we shouldn't be trying to apply roles to non-login lease quotas.
4 lines
180 B
Plaintext
4 lines
180 B
Plaintext
```release-note:bug
|
|
core/quotas (enterprise): Fix a case where we were applying login roles to lease count quotas in a non-login context.
|
|
Also fix a related potential deadlock.
|
|
``` |