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

Investigate if this could be used for testing permission based authorization #21

Open
juhasipo opened this issue Nov 21, 2021 · 0 comments

Comments

@juhasipo
Copy link
Member

juhasipo commented Nov 21, 2021

Currently MUTR only properly supports testing role based authorization. Permission based authorization can be tested on some level with role aliases where one role alias is mapped to a certain set of permissions.

Idea 1

  • Give MUTR all different permissions
  • Define different permission sets in with blocks. Check against all permission sets defined.
  • Run with all permission permutations

The problem with this approach is that the permutation count rapidly increases when a new permission is added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant