mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Fix reloading of seal configuration when a node gains leadership. Verify that the in-memory seal generation information is stale and only reload seal configuration when that is the case. When reloading seal configuration, only do it when enable_multiseal is currently set to true, or the new configuration is attempting to set it to true.
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
```release-note:bug
|
|
core: Only reload seal configuration when enable_multiseal is set to true.
|
|
```
|