From f3558fc35c6ab2b41eca8a6ef641b22465e126fb Mon Sep 17 00:00:00 2001 From: Mark Gritter Date: Mon, 6 May 2019 16:02:36 -0500 Subject: [PATCH] Correct type for tls_skip_verify Parses as boolean but needs to be represented as a string in configuration. --- website/source/docs/configuration/storage/consul.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/storage/consul.html.md b/website/source/docs/configuration/storage/consul.html.md index 9accd26025..e6822f024e 100644 --- a/website/source/docs/configuration/storage/consul.html.md +++ b/website/source/docs/configuration/storage/consul.html.md @@ -135,7 +135,7 @@ connection. You can read more about encrypting Consul connections on the - `tls_min_version` `(string: "tls12")` – Specifies the minimum TLS version to use. Accepted values are `"tls10"`, `"tls11"` or `"tls12"`. -- `tls_skip_verify` `(bool: false)` – Disable verification of TLS certificates. +- `tls_skip_verify` `(string: "false")` – Disable verification of TLS certificates. Using this option is highly discouraged. ## ACLs