mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
- The key update API would release the lock a little too early after it persisted the update so the reference could be updated when it was preparing the response to the caller across updates and/or key rotations - The storage updates were okay, just the response back to the caller of the update might see a mixture of different updates
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
```release-note:bug
|
|
secrets/transit: Fix a race in which responses from the key update api could contain results from another subsequent update
|
|
```
|