From 9424ee54ef1389a45472085df4eae7a9751c47ce Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Tue, 3 Oct 2017 13:14:55 -0400 Subject: [PATCH] add documentation for dispatch-job --- website/source/guides/acl.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/guides/acl.html.markdown b/website/source/guides/acl.html.markdown index 7f5f94597..7688cb61a 100644 --- a/website/source/guides/acl.html.markdown +++ b/website/source/guides/acl.html.markdown @@ -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: