From aff6282e780e18a18436af28312ddf28c4c35095 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Fri, 13 Jan 2017 11:48:35 -0800 Subject: [PATCH] Add require_conistent to docs --- website/source/docs/config/index.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index d9c40913a..8e928e6bb 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -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):