mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
add documentation for dispatch-job
This commit is contained in:
@@ -223,6 +223,7 @@ Namespace rules are keyed by the namespace name they apply to. When no namespace
|
||||
* `list-jobs` - Allows listing the jobs and seeing coarse grain status.
|
||||
* `read-job` - Allows inspecting a job and seeing fine grain status.
|
||||
* `submit-job` - Allows jobs to be submitted or modified.
|
||||
* `dispatch-job` - Allows jobs to be dispatched
|
||||
* `read-logs` - Allows the logs associated with a job to be viewed.
|
||||
* `read-fs` - Allows the filesystem of allocations associated to be viewed.
|
||||
* `sentinel-override` - Allows soft mandatory policies to be overriden.
|
||||
@@ -231,7 +232,7 @@ The coarse grained policy dispositions are shorthand for the fine grained capabi
|
||||
|
||||
* `deny` policy - ["deny"]
|
||||
* `read` policy - ["list-jobs", "read-job"]
|
||||
* `write` policy - ["list-jobs", "read-job", "submit-job", "read-logs", "read-fs"]
|
||||
* `write` policy - ["list-jobs", "read-job", "submit-job", "read-logs", "read-fs", "dispatch-job"]
|
||||
|
||||
When both the policy short hand and a capabilities list are provided, the capabilities are merged:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user