mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-27 05:31:40 +01:00
Add require_conistent to docs
This commit is contained in:
parent
9dd96c97c6
commit
8522aeb031
@ -330,6 +330,11 @@ For Consul, the following options are supported:
|
|||||||
* `tls_min_version` (optional) - Minimum TLS version to use. Accepted values
|
* `tls_min_version` (optional) - Minimum TLS version to use. Accepted values
|
||||||
are 'tls10', 'tls11' or 'tls12'. Defaults to 'tls12'.
|
are 'tls10', 'tls11' or 'tls12'. Defaults to 'tls12'.
|
||||||
|
|
||||||
|
* `require_consistent` (optional) - If true, then all read requests to Consul
|
||||||
|
will use consistant mode. See [consistancy
|
||||||
|
modes](https://www.consul.io/docs/agent/http.html#consistency-modes) in Consul
|
||||||
|
for tradeoffs. Defaults to "false".
|
||||||
|
|
||||||
The following settings should be set according to your [Consul encryption
|
The following settings should be set according to your [Consul encryption
|
||||||
settings](https://www.consul.io/docs/agent/encryption.html):
|
settings](https://www.consul.io/docs/agent/encryption.html):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user