open-nomad/.changelog/16463.txt
Luiz Aoqui adf147cb36
acl: update job eval requirement to submit-job (#16463)
The job evaluate endpoint creates a new evaluation for the job which is
a write operation. This change modifies the necessary capability from
`read-job` to `submit-job` to better reflect this.
2023-03-13 17:13:54 -04:00

4 lines
121 B
Plaintext

```release-note:breaking-change
acl: Job evaluate endpoit now requires `submit-job` instead of `read-job` capability
```