mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
Clarify that backend authors can specify that all or no values are sealwrapped (#13813)
* Clarify that backend authors can specify that all or no values are sealwrapped rather than the vague statement that all values _may_ be seal wrapped * typo
This commit is contained in:
parent
06137630b9
commit
d783db1667
@ -74,8 +74,8 @@ backend with the `seal_wrap` configuration value set to `true`. (This value
|
||||
cannot currently be changed later.)
|
||||
|
||||
A given backend's author can specify which values should be seal-wrapped by
|
||||
identifying where CSPs are stored. If no specific CSPs are identifiable, all
|
||||
data for the backend may be seal-wrapped.
|
||||
identifying where CSPs are stored. They may also choose to seal wrap all or none
|
||||
of their values.
|
||||
|
||||
To see the current list of seal-wrapped data per backend type, see the latest
|
||||
audit letter and updates in the FIPS 140-2 Compliance section above.
|
||||
|
Loading…
Reference in New Issue
Block a user