mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
The main point of this work is to move runFilteredPathsEvaluation inside mountInternal/enableCredentialInternal, while we hold the lock. This requires that we grab both the mountsLock and authLock, for reasons that only make sense when looking at the ent code. While fixing this I noticed that ListAuths grabs the wrong lock, so I also fixed that. And I modified ClusterSetup: as a convenience, it now populates the factories for all the builtin engines in the config it returns.
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
```release-note:bug
|
|
core: Change where we evaluate filtered paths as part of mount operations; this is part of an enterprise bugfix that will
|
|
have its own changelog entry. Fix wrong lock used in ListAuths link meta interface implementation.
|
|
```
|