Skip to content

Execute permission to all packs and actions #77

Description

@amitkaul01

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions