Files
vault/changelog/28839.txt
Steven Clark 752bb08664 Transit: fix race in the key update api (#28839)
- 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
2024-11-05 14:41:09 -05:00

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
```