Alexander Makarov

Results 1745 comments of Alexander Makarov

Am I correct that you have multiple websites and want a single RBAC hierarchy to manage permissions for all these at once?

Can't this be implemented with multiple roles and inheritance? i.e. ``` *org/1 do_thing_in_1 *org/1/2 do_thing_in_2 *org/1/3 do_thing_in_3 *org/4 do_thing_in_4 ``` User can have `org/1` assigned. That will give him permissions...

> I think its hard manage for me.... Why? Different domains are usually implemented separately. Thus you still need to explicitly check for concrete permissions there, right?

I assume that will be still a single page? That would require some effort to convert paths-like roles into groups by-domain. 1. Get role-user assignments. That would give you roles...

> So I need create many org/:id/blog.admin,org/:id/xxx.roles, and each roles need add many child permissions , right? > But how to use yii->user->can? org/:id/blogPost? Correct. > With this structure, I...

It can be desired for you now because all your domains are similar but it will become a huge mess if any of these similar domains will go into different...

Do you mean signal handling etc.?

I'm fine about that but not sure about package name. Also it may make sense to make it part of the console package itself.

Could be postponed after release, I think, because loops are internal thing to queue and would unlikely be used separately before we extract them.