Multi-Tenant Users #248
Answered
by
iammukeshm
Alundra828
asked this question in
Q&A
|
Are there any plans to implement super users that can CRUD data across all tenants? Or is the expectation to just have an admin per tenant act as the super user, and you have to log out and reselect a tenant to administer that tenant? Thanks in advance, love the work! |
Answered by
iammukeshm
Dec 11, 2021
Replies: 1 comment 7 replies
|
I think there will never be a business requirement to enable a user outside the tenant boundary to be able to edit/add data to the tenant-specific data set. The maximum permission you can give to the root tenant admin is, will be to monitor the DB usage, entity count, and stuff (Querying only). I don't think it will be implemented in this boilerplate. As you said, the tenant Admin is and should be only authorized to be the super admin of the teanant. |
7 replies
Answer selected by
Alundra828
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think there will never be a business requirement to enable a user outside the tenant boundary to be able to edit/add data to the tenant-specific data set. The maximum permission you can give to the root tenant admin is, will be to monitor the DB usage, entity count, and stuff (Querying only). I don't think it will be implemented in this boilerplate. As you said, the tenant Admin is and should be only authorized to be the super admin of the teanant.