mirror of https://github.com/hashicorp/consul
backport of commit ae4dea5e16
(#15932)
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>pull/15934/head
parent
fac609854a
commit
821869ba04
|
@ -676,7 +676,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
The corresponding CLI command is [`consul acl token list`](/commands/acl/token/list).
|
The corresponding CLI command is [`consul acl token list`](/commands/acl/token/list).
|
||||||
|
|
||||||
## Query Parameters
|
### Query Parameters
|
||||||
|
|
||||||
- `policy` `(string: "")` - Filters the token list to those tokens that are
|
- `policy` `(string: "")` - Filters the token list to those tokens that are
|
||||||
linked with this specific policy ID.
|
linked with this specific policy ID.
|
||||||
|
@ -695,7 +695,7 @@ The corresponding CLI command is [`consul acl token list`](/commands/acl/token/l
|
||||||
The namespace may be specified as '\*' to return results for all namespaces.
|
The namespace may be specified as '\*' to return results for all namespaces.
|
||||||
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
|
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
|
||||||
|
|
||||||
## Sample Request
|
### Sample Request
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ curl --request GET http://127.0.0.1:8500/v1/acl/tokens
|
$ curl --request GET http://127.0.0.1:8500/v1/acl/tokens
|
||||||
|
|
Loading…
Reference in New Issue