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