open-consul/.changelog/16445.txt
R.B. Boyer 7906f52b89
cli: ensure acl token read -self works (#16445)
Fixes a regression in #16044

The consul acl token read -self cli command should not require an -accessor-id because typically the persona invoking this would not already know the accessor id of their own token.
2023-02-28 10:58:29 -06:00

4 lines
63 B
Plaintext

```release-note:bug
cli: ensure acl token read -self works
```