You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
with
blocks. Check against all permission sets defined.The problem with this approach is that the permutation count rapidly increases when a new permission is added
The text was updated successfully, but these errors were encountered: