mirror of https://github.com/status-im/consul.git
docs: fix apply DNS ACL token via CLI (#20951)
This commit is contained in:
parent
be8d572eb2
commit
174f92aa24
|
@ -58,7 +58,7 @@ acl = {
|
|||
|
||||
### Apply the token with a command
|
||||
|
||||
Set the `dns` token using the [`acl.token.dns`](/consul/docs/agent/config/config-files#acl_tokens_dns) command. The following command configures a running Consul agent token with the specified token.
|
||||
Set the `dns` token using the [`set-agent-token`](/consul/commands/acl/set-agent-token) command. The following command configures a running Consul agent token with the specified token.
|
||||
|
||||
```shell-session
|
||||
$ consul set-agent-token dns <acl-token-secret-id>
|
||||
|
|
Loading…
Reference in New Issue