Created on 05-29-2017 02:50 PM - edited 09-16-2022 04:40 AM
Hi,
Me and my coworkers are trying to implement security with Sentry in a Cloudera Cluster (CDH 5.10.0), without success.
It's our first hadoop project, a PoC for a customer. Our main security requirement is grant/revoke select access to schemas/tables for HUE users.
Firstly, we setup a KDC server for Kerberos in order to centralize authentication then we followed the "Enable Kerberos" wizard in Cloudera Manager. Everything works fine.
After that, we added the Sentry Service then we followed the documentation to configure all services (in our case, HDFS, Hive, Hue).
All these services are up and running, but the HUE admin user doesn't have permission to manage permissions in Security App.
After a lot of changes in configuration and after reading the entire security section in Cloudera Documentation, we didn't reach our goal.
We don't understand how to manage users/permissions in hadoop ecossytem.
How hue users, cloudera manager users, apps/system users (hue, hive, hdfs), kerberos principals, HDFS permissions and Sentry are related in order to work properly?
Created 05-30-2017 03:01 PM
Created 05-30-2017 03:01 PM
Created 06-01-2017 11:31 AM
Thanks for your explanation @mbigelow. We'll setup and integrate an LDAP server in our environment.
Created 01-24-2019 06:43 AM
Can you please explain if it is necessary, when integrating LDAP, still create users and groups on OS level or it needs for service users only such hive, impala, hdfs and etc? Whta is the role of SSSD or Centrify in this case? As I understand we can create various groups in LDAP and not in OS.