Is there a way to set up the access configurations...
# general
t
Is there a way to set up the access configurations to easily limit tables to certain users? It looks like right now we can only limit users to certain tables?
m
Pinot doesn't have RBAC today.
It does, however, has the interfaces you can use to plug in your access control
t
got it, thanks!
Is there an existing way to set different access for different tenants?
@User For adding a custom access control, is there a way to just add it as a Java plugin? Or will I have to build all of pinot?