e9219a1ae0
* Failing test and TODO for wildcard * Alias the namespace query parameter for Evals * eval: fix list when using ACLs and * namespace Apply the same verification process as in job, allocs and scaling policy list endpoints to handle the eval list when using an ACL token with limited namespace support but querying using the `*` wildcard namespace. * changelog: add entry for #13530 * ui: set namespace when querying eval Evals have a unique UUID as ID, but when querying them the Nomad API still expects a namespace query param, otherwise it assumes `default`. Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
```release-note:bug
|
|
api: Fix listing evaluations with the wildcard namespace and an ACL token
|
|
```
|
|
|
|
```release-note:bug
|
|
ui: Fix a bug that prevented viewing the details of an evaluation in a non-default namespace
|
|
```
|