Browse Source

docs: fixed typo (#5844)

Fixed typo: reqired/required.
pull/5485/head
Justin Weissig 6 years ago committed by kaitlincarter-hc
parent
commit
9e33bb626d
  1. 2
      website/source/docs/acl/acl-rules.html.md

2
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.

Loading…
Cancel
Save