mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Transit: Release locks using defer statements - Leverage defer statements to Unlock the fetched policy to avoid issues with forgetting to manually Unlock during each return statement * Add cl
4 lines
220 B
Plaintext
4 lines
220 B
Plaintext
```release-note:bug
|
|
secrets/transit: When provided an invalid input with hash_algorithm=none, a lock was not released properly before reporting an error leading to deadlocks on a subsequent key configuration update.
|
|
```
|