Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 12-21-2020 04:24 AM
Hello All,
I have an HDP 3.1 cluster that is neither kerberized nor it has ranger installed.
Now, I have a requirement to Kerberize it and also enable Role Based Access Control using Ranger.
1. Should I first go with Kerberization and then installation of Ranger or vice versa?
2. Any cautions to be taken with both of these approaches?
3. Is there a requirement/recommended for implementing TLS/SSL for all the services while Kerberizing the cluster?
Thank You,
Megh Vidani
Created 12-21-2020 06:56 AM
Hello @vidanimegh
Thanks for using Cloudera Community. To answer your query,
(I) There is no dependency between the 2 Services with respect to which one should be installed first. If you have to pick, First Authenticate & then, Authorise i.e. Setup Kerberos first before installing Ranger.
(II) Again, no caution required as there is no explicit dependency.
(III) For HDP Stack, there is no requirement to enable TLS/SSL before Kerberos. Recommend to perform the Steps (Enabling Kerberos | Enabling Ranger | Enable TLS/SSL) via Ambari for easier management.
Let us know if you have any further queries.
- Smarak
Created 12-21-2020 06:56 AM
Hello @vidanimegh
Thanks for using Cloudera Community. To answer your query,
(I) There is no dependency between the 2 Services with respect to which one should be installed first. If you have to pick, First Authenticate & then, Authorise i.e. Setup Kerberos first before installing Ranger.
(II) Again, no caution required as there is no explicit dependency.
(III) For HDP Stack, there is no requirement to enable TLS/SSL before Kerberos. Recommend to perform the Steps (Enabling Kerberos | Enabling Ranger | Enable TLS/SSL) via Ambari for easier management.
Let us know if you have any further queries.
- Smarak
Created 12-21-2020 09:09 PM
@smdas Thank you for the answer.