Files
vault/changelog/26166.txt
Victor Rodriguez ae31138aea Only reload seal config when enable_multiseal is set, or is being disabled (#26166)
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.
2024-03-27 13:57:46 -04:00

4 lines
99 B
Plaintext

```release-note:bug
core: Only reload seal configuration when enable_multiseal is set to true.
```