From 9e33bb626dd87bc0a8e906ee49775e5edb13c070 Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Wed, 15 May 2019 08:55:29 -0700 Subject: [PATCH] docs: fixed typo (#5844) Fixed typo: reqired/required. --- website/source/docs/acl/acl-rules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/acl/acl-rules.html.md b/website/source/docs/acl/acl-rules.html.md index 3cbc55a989..1b8d9c2aa7 100644 --- a/website/source/docs/acl/acl-rules.html.md +++ b/website/source/docs/acl/acl-rules.html.md @@ -187,7 +187,7 @@ allow read-only access to any node name by using the empty prefix, read-write ac the node with the _exact_ name `foo`, and denies all access to any noe name that starts with `bar`. -Since [Agent API](/api/agent.html) utility operations may be reqired before an agent is joined to +Since [Agent API](/api/agent.html) utility operations may be required before an agent is joined to a cluster, or during an outage of the Consul servers or ACL datacenter, a special token may be configured with [`acl.tokens.agent_master`](/docs/agent/options.html#acl_tokens_agent_master) to allow write access to these operations even if no ACL resolution capability is available.