Add require_conistent to docs

This commit is contained in:
Brian Kassouf 2017-01-13 11:48:35 -08:00
parent ce6fa6b30e
commit aff6282e78
1 changed files with 5 additions and 0 deletions

View File

@ -330,6 +330,11 @@ For Consul, the following options are supported:
* `tls_min_version` (optional) - Minimum TLS version to use. Accepted values
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
settings](https://www.consul.io/docs/agent/encryption.html):