mirror of https://github.com/hashicorp/consul
docs: Fix typo in acl/acl-rules
parent
257aeb7929
commit
fb2ffef849
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue