docs: fix some minor acl related typos (#5711)

This commit is contained in:
R.B. Boyer 2019-04-25 12:24:28 -05:00 committed by GitHub
parent abdd8a294c
commit cf8b76b2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Usage: `consul acl policy <subcommand> [options] [args]`
Either set the `CONSUL_HTTP_TOKEN` environment variable to the tokens secret ID or pass the secret ID as the value of the `-token`
parameter.
## Identitying Polices
## Identifying Policies
In several of the subcommands a policy will have to be identified to be read, modified or deleted. Those subcommands support
specifying the policy by its ID using the `-id` parameter or by name using the `-name` parameter. When specifying the policy

View File

@ -26,14 +26,14 @@ Usage: `consul acl token <subcommand> [options] [args]`
Either set the `CONSUL_HTTP_TOKEN` environment variable to the tokens secret ID or pass the secret ID as the value of the `-token`
parameter.
## Identitying Tokens
## Identifying Tokens
In several of the subcommands a token will have to be identified to be read, modified or deleted. Those subcommands support
specifying the token by its ID using the `-id` parameter. The ID may be specified as a unique UUID prefix instead of the entire
UUID. As long as it is unique it will be resolve to the full UUID and used. Additionally builtin token names will be accepted as
the value of the `-id`.
Builtin Policies:
Builtin Tokens:
| Token UUID | Token Name |
| ------------------------------------ | ----------------- |