I'm trying to restrict the access to certain tables in a QuestDB instance, I would like to be able to have user-oriented permissions, possibly by type of operation like:
user1
has read access for tablesa
,b
andc
user2
has read-write access to tableb
, read access toc
user3
has full admin to all tables
Is this kind of access control possible?