Files
nomad/.changelog/18972.txt
James Rasell 6d0893cf57 acl/client: fix incorrect denied error on calls with dangling policies. (#18972)
When a user performs a client API call, the Nomad client will
perform an RPC which looks up the ACL policies which the callers
ACL token is assigned. If the ACL token includes dangling (deleted)
policies, the call would previously fail with a permission denied
error.

This change ensures this error is not returned and that the lookup
will succeed in the event of dangling policies.
2023-11-02 15:23:42 +00:00

4 lines
165 B
Plaintext

```release-note:bug
client: Fixed a bug where client API calls would fail incorrectly with permission denied errors when using ACL tokens with dangling policies
```