Files
nomad/.changelog/25881.txt
James Rasell 99b215205e ui: Handle new token self response object when ACLs are disabled. (#25881)
* ui: Handle new token self response object when ACLs are disabled.

The ACL self lookup now returns a spoof token when ACLs are
disbaled, rather than an error. The UI needs to be updated to
handle this change, so permissions checks are not performed which
grey out buttons such as client drain incorrectly.

* changelog: add entry for #25881
2025-05-23 09:16:58 -04:00

4 lines
159 B
Plaintext

```release-note:bug
ui: Fix incorrect calculation of permissions when ACLs are disabled which meant actions such as client drains were incorrectly blocked
```