mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Use seal wrappers rather than config to determine autoSeal barrier type. A seal's Access object contains all seal configuration, which in the case of seal migration includes the "unwrap seal" as well as the barrier seal. Thus, to determine whether an autoSeal is of a specific type such as 'Transit' or whether it is a 'Multiseal', use the wrappers of the seal's Access. * Fix seal type reported by /sys/seal-status. Fix an error that resulted in the wrong seal type being reported while Vault is in seal migration mode.
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
```release-note:bug
|
|
core: Fix an error that resulted in the wrong seal type being returned by sys/seal-status while
|
|
Vault is in seal migration mode.
|
|
```
|