Skip to content

Commit

Permalink
docs: fix apply DNS ACL token via CLI (#20951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirschner-hashicorp authored Apr 3, 2024
1 parent be8d572 commit 174f92a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 174f92a

Please sign in to comment.