I’m using Dremio Software version (24.3.2), Community Edition. I need to implement some kind of Authorization (grant Privilege to User), since CE doesn’t support RBAC (only Enterprise Edition), I need to implement it another way, at the Catalog level (Hive).
According to the doc
There should be an option for Authorization called “Ranged Based”, which use Apache Ranger (which is open source).
The problem is that somehow my UI doesn’t have it. Is this only available in Enterprise Edition again? Or do I have to add it to the .conf file somewhere before deploying the Dremio service?
I’m so tired, 9/10 times I check the doc (with the right version), they mention something I need, but when I check my own Dremio service, that thing doesn’t exist at all. Where are they? If they’re only available in EE then just specified it in the doc pls (like Enterprise Edition only)
Additionally, is there a way to implement authorization on the Community Edition? As far as I understand, Dremio is just a Query Engine, right? I can implement it at the Catalog level (Hive), right? If Ranged Based Authorization is not available in CE, then how to use User Impersonation instead? Is there any Doc/Guide out there?