Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] "action_execute" should also grant "execution_view" on all the corresponding executions #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2019

  1. Add a test case which verifies that "action_execute" grant either

    directly on the action or on the pack implicity grants "action_execute"
    to the corresponding action or all actions inside a particular pack.
    Kami committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    ad67554 View commit details
    Browse the repository at this point in the history
  2. Update RBAC permission resolvers to "action_execution" permission on the

    action or pack also grants "execution_view" on all the executions
    for that particular action / actions which are parent of that particular
    pack.
    Kami committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    e43cb87 View commit details
    Browse the repository at this point in the history
  3. Fix lint.

    Kami committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    4387a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    56eb87c View commit details
    Browse the repository at this point in the history