mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #3353 from hashicorp/f-acl-prefix-search
Prefix Search ACL enforcement
This commit is contained in:
@@ -20,9 +20,14 @@ The table below shows this endpoint's support for
|
||||
[blocking queries](/api/index.html#blocking-queries) and
|
||||
[required ACLs](/api/index.html#acls).
|
||||
|
||||
| Blocking Queries | ACL Required |
|
||||
| ---------------- | ------------ |
|
||||
| `NO` | `none` |
|
||||
| Blocking Queries | ACL Required |
|
||||
| ---------------- | -------------------------------- |
|
||||
| `NO` | `node:read, namespace:read-jobs` |
|
||||
|
||||
When ACLs are enabled, requests must have a token valid for `node:read` or
|
||||
`namespace:read-jobs` roles. If the token is only valid for `node:read`, then
|
||||
job related results will not be returned. If the token is only valid for
|
||||
`namespace:read-jobs`, then node results will not be returned.
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user