-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
I'm trying to create a role which will have execute permission for all packs all actions.
Is there a way to assign "action_execute" permission only to all packs /all actions in an easy way, either using regular expression or array list?
Below is how i am trying to configure this. If this is possible, what might i be doing wrong?
resource_uid: "pack:*"
permission_types:
- "action_view"
- "action_execute"
OR
resource_uid: "action:*"
permission_types:
- "action_view"
- "action_execute"
Other global permission granted to the role -
permission_grants:
-
permission_types:
- "pack_list"
- "action_list"
- "rule_list"
- "execution_views_filters_list"
- "execution_list"
THanks!
Metadata
Metadata
Assignees
Labels
No labels