mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00: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.
|
|
``` |