mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Correct the post-unseal meaning of the seal status type And at the same time add a RecoverySealType to the response which preserves the old meaning. Updated the CLI to display both when relevant. * changelog * no longer needed * Don't need this field either, which fixes unit tests * fix unit tests
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
```release-note:improvement
|
|
core: update sys/seal-status (and CLI vault status) to report the type of
|
|
the seal when unsealed, as well as the type of the recovery seal if an
|
|
auto-seal.
|
|
``` |