-
-
Notifications
You must be signed in to change notification settings - Fork 777
Open
Labels
Description
SUMMARY
I have a role defined for the pack and have pack_all permission but when i try to install it errors stating that the access to action_execute for packs.install is missing.
If i add that, that opens up pack install/uninstall access for all packs even those not assigned to the role.
role.yaml: |
name: “role”
description: “”
enabled: true
permission_grants:
-
resource_uid: “pack:automation”
permission_types:
- “pack_all”
- “sensor_type_all”
- “action_all”
- “action_alias_all”
- “rule_all”
STACKSTORM VERSION
3.2.0
OS, environment, install method
Kubernetes, Stackstorm HA
Expected Results
pack_all role should allow the user to install/uninstall and register the pack for which the role is assigned.