mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* 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
4 lines
159 B
Plaintext
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
|
|
```
|