From d88fa050097b107c5d289a2e2c1662715b084e70 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Sat, 14 Jan 2017 11:09:52 -0500 Subject: [PATCH] workflow RBAC docs feedback --- docs/workflow.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/workflow.md b/docs/workflow.md index 5bb5c759b8..0843dee289 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -61,9 +61,10 @@ Workflow jobs cannot be copied directly, instead a workflow job is implicitly co * Workflow job read and delete permissions follow from its associated workflow job template. * Workflow job relaunch permission consists of the union of execute permission to its associated workflow job template, and the permission to re-create all the nodes inside of the workflow job. * Workflow job template nodes rely their permission rules on the permission rules of both their associated workflow job template and unified job template for creation and editing. - * Workflow job nodes can be deleted with only permission to their workflow job template. + * Workflow job template nodes can be deleted with permission to their workflow job template (even lacking permission to its job template). * Workflow job nodes are viewable if its workflow job is viewable. * No CRUD actions are possible on workflow job nodes by any user, and they may only be deleted by deleting their workflow job. + * Workflow jobs can be deleted by superusers and org admins of the organization of its associated workflow job template, and no one else. * Verify that workflow job template nodes can be created under, or (dis)associated with workflow job templates. * Verify that only the permitted types of job template types can be associated with a workflow job template node. Currently the permitted types are *job templates, inventory sources and projects*. * Verify that workflow job template nodes under the same workflow job template can be associated to form parent-child relationship of decision trees. In specific, one node takes another as its child node by POSTing another node's id to one of the three endpoints: `/success_nodes/`, `/failure_nodes/` and `/always_nodes/`.