My intention was to use RBAC to manage which roles can do certain actions (permissions).
Now, the requirements change and I need to do CRUD matrix permission style (similar to this screenshot 6730
I can see that I can use RBAC to do this, but there arent any role inheritances at all. It will only role - permissions. There wont be [parent-role - child-role - permissions].
My questions are
-
is RBAC still the best way to go ?
-
are there existing components that do what I need and works nicely with Yii2 ?
-
any recommendations to make this goes smooth ?