[wip] single runtime handling
This commit is contained in:
20
packs/core/permission_sets/executor.yaml
Normal file
20
packs/core/permission_sets/executor.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
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]
|
||||
Reference in New Issue
Block a user