mirror of https://github.com/status-im/consul.git
docs: fix some minor acl related typos (#5711)
This commit is contained in:
parent
abdd8a294c
commit
cf8b76b2e5
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
| ------------------------------------ | ----------------- |
|
||||
|
|
Loading…
Reference in New Issue