mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 20:01:42 +01: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
|
|
```
|