Created 09-20-2016 06:58 AM
Hello,
We have a working HDP 2.4 Kerberos enabled working, with Hue and from command line too.
Following to the documentation, we have created Unix user mappings between the nodes and Active Directory. Users can login to a utility machine and kinit to login.
It's working just fine.
My question is about the management of those users: everytime we want to grand access to a new user, we need to go ahead and create those users on all nodes, which is not very practical.
What are the best practises for that?
Thanks a lot in advance for ideals and experiences.
Tristan
Created 09-20-2016 09:11 AM
A list of recommended tools are:
Please check the material of this workshop for reference:
https://community.hortonworks.com/articles/1143/cheatsheet-on-configuring-authentication-authoriza.h... https://community.hortonworks.com/repos/4465/workshops-on-how-to-setup-security-on-hadoop-using.html
Created 09-20-2016 09:11 AM
A list of recommended tools are:
Please check the material of this workshop for reference:
https://community.hortonworks.com/articles/1143/cheatsheet-on-configuring-authentication-authoriza.h... https://community.hortonworks.com/repos/4465/workshops-on-how-to-setup-security-on-hadoop-using.html
Created 09-20-2016 09:47 AM
Thanks @hkropp. I'm looking at the suggested options.
What about plain LDAP login configuration on the nodes, could it be a simple solution too?
Created 09-20-2016 09:49 AM
Yes with pam_ldap integration: http://www.tldp.org/HOWTO/archived/LDAP-Implementation-HOWTO/pamnss.html
Created 09-20-2016 09:52 AM
Well, you would have the login, but not the kerberos init. You would still have two realms with user credentials the KRB5 realm and the LDAP realm depending on your setup.
Actually the KRB5 realm can be included inside LDAP or put differently Kerberos can be configured to use LDAP as it's user DB, that would give you the possibility to combine both. This essential is what FreeIPA is.