[wip] single runtime handling
This commit is contained in:
24
packs/core/permission_sets/editor.yaml
Normal file
24
packs/core/permission_sets/editor.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
ref: core.editor
|
||||
label: Editor
|
||||
description: Create and update operational resources without full administrative control.
|
||||
grants:
|
||||
- resource: packs
|
||||
actions: [read, create, update]
|
||||
- resource: actions
|
||||
actions: [read, create, update, execute]
|
||||
- resource: rules
|
||||
actions: [read, create, update]
|
||||
- resource: triggers
|
||||
actions: [read]
|
||||
- resource: executions
|
||||
actions: [read, create, cancel]
|
||||
- resource: keys
|
||||
actions: [read, update]
|
||||
- resource: artifacts
|
||||
actions: [read]
|
||||
- resource: workflows
|
||||
actions: [read, create, update]
|
||||
- resource: analytics
|
||||
actions: [read]
|
||||
- resource: history
|
||||
actions: [read]
|
||||
Reference in New Issue
Block a user