Files
attune/packs/core/permission_sets/editor.yaml

19 lines
504 B
YAML

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, cancel]
- resource: keys
actions: [read, update, decrypt]
- resource: artifacts
actions: [read]