Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is it possible to import existing HBase ACL into ranger ?

avatar
Master Mentor

HDP 2.3.2

Ambari 2.1

HBase has several hundred ACL and we just installed ranger . We "need" to find a way to extract existing ACL and import into ranger

1 ACCEPTED SOLUTION

avatar

You can also create Ranger policies by issuing grant/revoke commands via hbase shell.

Check slide 25 here from @sneethiraj:

http://www.slideshare.net/Hadoop_Summit/securing-hadoop-with-apache-ranger

So if customer can get a list of the grant commands they previously issued, they could possible re-run them and get the Ranger policies automatically created.

View solution in original post

4 REPLIES 4

avatar

Importing permissions into Ranger should be easy, however I dont think there is an easy way to export all the Hbase permissions. @Nick Dimiduk @nmaillard any idea how to export all user permissions?

avatar

You can also create Ranger policies by issuing grant/revoke commands via hbase shell.

Check slide 25 here from @sneethiraj:

http://www.slideshare.net/Hadoop_Summit/securing-hadoop-with-apache-ranger

So if customer can get a list of the grant commands they previously issued, they could possible re-run them and get the Ranger policies automatically created.

avatar
Master Mentor

@Neeraj Sabharwal the new tutorial on ranger walks you through exporting a policy and importing it using rest API.

avatar
Master Mentor