From 947cc0d5e9d659fac6dd9918c64272b097d5f494 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 10 Jul 2017 13:56:02 -0700 Subject: [PATCH] Adds a version note about block_endpoints config. --- website/source/docs/agent/options.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 4baa8ecdef..75c597afe6 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -766,7 +766,8 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass endpoints that begin with `/v1/acl`. Any CLI commands that use disabled endpoints will no longer function as well. For more general access control, Consul's [ACL system](/docs/guides/acl.html) should be used, but this option is useful for removing - access to HTTP endpoints completely, or on specific agents. + access to HTTP endpoints completely, or on specific agents. This is available in Consul + 0.9.0 and later. * `response_headers` This object allows adding headers to the HTTP API responses.