3

Can any one suggest simpler Attribute Based Access Control implementations available for big data systems like Hadoop, Hive etc?

I have checked Apache ranger they dont have any support for ABAC yet . Apache Sentry does not do ABAC it just has classic Users/Groups/Resources kinda RBAC

David Brossard
  • 1,360
  • 7
  • 16
sashank
  • 511
  • 5
  • 17

1 Answers1

1

Yes there is at least one.

Disclaimer - I work for the company, Axiomatics, that provides it.

Axiomatics has a solution called ADAF MD (Axiomatics Data Access Filter MD) which currently supports Oracle, DB2, MS SQL, Terradata, and others will be added soon. The solution builds on top of XACML, the eXtensible Access Control Markup Language, which is the de facto implementation of ABAC.

You can check out the demo on YouTube. You can also watch this webinar on ABAC and this webinar on data-centric access control.

David Brossard
  • 1,360
  • 7
  • 16