From 0adaaa848c0d9840a35dac9bc9d795d031f3f0f7 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 21 Jul 2021 10:05:18 -0400 Subject: [PATCH] docs: fix ACL enabled parameter description (#10918) --- website/content/docs/configuration/acl.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/acl.mdx b/website/content/docs/configuration/acl.mdx index fef15cba4..f67bb1db5 100644 --- a/website/content/docs/configuration/acl.mdx +++ b/website/content/docs/configuration/acl.mdx @@ -25,7 +25,7 @@ acl { ## `acl` Parameters - `enabled` `(bool: false)` - Specifies if ACL enforcement is enabled. All other - client configuration options depend on this value. + ACL configuration options depend on this value. - `token_ttl` `(string: "30s")` - Specifies the maximum time-to-live (TTL) for cached ACL tokens. This does not affect servers, since they do not cache tokens.