Created 11-04-2016 02:01 AM
I am still trying to wrap my head around all the different components of hdfs, hadoop, etc. My understanding is that Knox can serve as a proxy user for someone to give him access to a Kerberos secured cluster. Currently I am using Knox synced with LDAP. Does that user need to have a directory in hdfs?
Created 11-04-2016 11:19 AM
Hello @Raffi Abberbock ,
If an LDAP user is coming in via Knox, the user need not have a directory in HDFS. Instead, the LDAP user needs to have permision to access the HDFS objects.
Thanks.
Created 11-04-2016 11:19 AM
Hello @Raffi Abberbock ,
If an LDAP user is coming in via Knox, the user need not have a directory in HDFS. Instead, the LDAP user needs to have permision to access the HDFS objects.
Thanks.
Created 11-04-2016 01:31 PM
@Vipin Rathor Thanks for the answer! The authorization to services such as hive and hbase can be done through Ranger?
Created 11-04-2016 01:45 PM
Yes, authorization can be done through Ranger.