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

21 lines
499 B
YAML

ref: core.executor
label: Executor
description: Read operational metadata and trigger executions without changing system definitions.
grants:
- resource: packs
actions: [read]
- resource: actions
actions: [read, execute]
- resource: rules
actions: [read]
- resource: triggers
actions: [read]
- resource: executions
actions: [read, create]
- resource: artifacts
actions: [read]
- resource: analytics
actions: [read]
- resource: history
actions: [read]