docs: Fix typo in acl/acl-rules

pull/6493/head
Blake Covarrubias 2019-09-12 15:24:20 -07:00 committed by Blake Covarrubias
parent 257aeb7929
commit fb2ffef849
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ agent_prefix "bar" {
Agent rules are keyed by the node name they apply to. In the example above the rules Agent rules are keyed by the node name they apply to. In the example above the rules
allow read-only access to any node name by using the empty prefix, read-write access to allow read-only access to any node name by using the empty prefix, read-write access to
the node with the _exact_ name `foo`, and denies all access to any noe name that starts the node with the _exact_ name `foo`, and denies all access to any node name that starts
with `bar`. with `bar`.
Since [Agent API](/api/agent.html) utility operations may be required before an agent is joined to Since [Agent API](/api/agent.html) utility operations may be required before an agent is joined to