Files
vault/changelog/24165.txt
Victor Rodriguez 2f01a059c6 Use seal wrappers rather than config to determine autoSeal barrier type. (#24165)
* 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.
2023-11-16 19:17:40 +00:00

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.
```