Created 02-02-2016 05:09 AM
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
Created 02-02-2016 06:19 AM
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.
Created 02-02-2016 05:47 AM
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?
Created 02-02-2016 06:19 AM
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.
Created 02-02-2016 11:51 AM
@Neeraj Sabharwal the new tutorial on ranger walks you through exporting a policy and importing it using rest API.
Created 02-02-2016 12:04 PM