mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
website: fixes redirected links (#17574)
* fixes redirected links * fix broken link to key wrapping guide
This commit is contained in:
@@ -164,7 +164,7 @@ counted as voters before they are capable of voting.
|
||||
|
||||
As of Vault 1.7, a dead server cleanup capability is available. With this feature
|
||||
enabled, unhealthy nodes are automatically removed from the Raft cluster without
|
||||
manual operator intervention. This is enabled via the [Autopilot API](https://www.vaultproject.io/api/system/storage/raftautopilot).
|
||||
manual operator intervention. This is enabled via the [Autopilot API](/api-docs/system/storage/raftautopilot).
|
||||
If you wish to decommission a node manually, this can be done with the
|
||||
`remove peer` [command](/docs/commands/operator/raft#remove-peer).
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ by that backend.
|
||||
|
||||
For the Consul storage backend, the default limit imposed by Consul is
|
||||
512 KiB. This may be configured via Consul’s
|
||||
[`kv_max_value_size`](https://www.consul.io/docs/agent/config/config-files#kv_max_value_size) parameter, introduced in version 1.5.3.
|
||||
[`kv_max_value_size`](https://developer.hashicorp.com/consul/docs/agent/config/config-files#kv_max_value_size) parameter, introduced in version 1.5.3.
|
||||
|
||||
For the integrated storage backend, the default limit (introduced in
|
||||
Vault 1.5.0) is 1 MiB. This may be configured via `max_entry_size` in
|
||||
|
||||
Reference in New Issue
Block a user