Files
nomad/.changelog/26396.txt
Gautam Kumar 6f81222ec8 CL: improve acl policy self output for management tokens (#26396)
Improved the acl policy self CLI command to handle both management and client tokens.
Management tokens now display a clear message indicating global access with no individual policies.

Fixes: https://github.com/hashicorp/nomad/issues/26389
2025-08-01 09:02:47 -04:00

4 lines
133 B
Plaintext

```release-note:bug
cli: Fixed a bug where `acl policy self` command would output all policies when used with a management token
```