I am on the latest aspnetzero and want to ask if there are plans to add a Resource Based Access(rebac) permission system to aspnet zero? My use case is when I upload a file, I can keep-track of it in the permission-file system so that UserA uploads the file and UserB, not in the same tenant, canView the file at the ability of UserA.
One example of a 'solution' is to integrate permit.io 'but' there integrations requires have a copy of the Tenant and other tables on permit, and introducing a bigger problem - syncing tables/data. The only solution I am aware of is to integrate / use the rego language like permit but not all the syncing; hence alot of work.
if you have a suggestion on how to implement a rebac using the existing roles and permission, I would be grateful. Any suggestions are appreciated.
1 Answer(s)
-
0
Hi,
We don't have such a plan but you can create an issue on https://github.com/aspnetzero/aspnet-zero-core so we can consider it.