mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix typo in Consul ref (#25026)
* Fix typo in Consul ref * Two more typos fixed --------- Co-authored-by: ml4 <ml4@psy.industries>
This commit is contained in:
@@ -2,13 +2,13 @@ The maximum size of an object written to a storage backend is determined
|
||||
by that backend.
|
||||
|
||||
The default entry size limit for the integrated storage backend, is 1 MiB. You
|
||||
can configure the allowable entry size with the `max_entry_size` paramter in
|
||||
can configure the allowable entry size with the `max_entry_size` parameter in
|
||||
your the [storage stanza](/vault/docs/configuration/storage/raft#max_entry_size).
|
||||
Vault automatically chunks any storage entry that is larger than 512 KiB but
|
||||
smaller than `max_entry_size` into smaller pieces before writing the entry to Raft.
|
||||
|
||||
For Vault deployments using the Consul storage backend, the default entry size
|
||||
limit is 512 KiB. The default size in enforced by Consol rather than Vault. You
|
||||
limit is 512 KiB. The default size is enforced by Consul rather than Vault. You
|
||||
can configure the entry size limit with the
|
||||
[`kv_max_value_size`](/consul/docs/agent/config/config-files#kv_max_value_size)
|
||||
Consul parameter.
|
||||
|
||||
Reference in New Issue
Block a user