Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to add LDAP users to Hue via API call

avatar
Rising Star

Hi All,

 

We have Hue (version 4.2.0) in our prod environment and it is coupled with our LDAP. We manually onboard new users by going to "Manage Users" -> "Add/Sync Manage Users". Here, we add the LDAP ID and later when the user gets added. Once the user is added, we again search the newly added LDAP user, click on that and go to "Profiles and Group". Here, we select "temporary-access" so that User can able to access the UI. Without Temporary-access selection, user will not be able to see the UI.

 

We want to get this automated by writing a Py program and we are looking for the right REST API for adding users to Hue and give him/her "temp-access" in profiles and group. The following link wasn't helpful - http://cloudera.github.io/hue/latest/developer/api/

 

Please assist us. I would highly appreciate any form of assistance or help.

 

Regards,

Shesh Kumar

1 ACCEPTED SOLUTION

avatar
Master Guru

Hello @sheshk11 I don’t think there is any REST API however Hue commands is another way by which you can achieve this. 

The steps will be something like:
  1. Configure LDAP via Hue Service
  2. Restart Hue Server. 
  3. Login to Hue server and Perform synch ldap users via command line
<hue root>/build/env/bin/hue sync_ldap_users_and_groups
There are few resources available around this if that helps. 

Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

View solution in original post

3 REPLIES 3

avatar
Master Guru

Hello @sheshk11 I don’t think there is any REST API however Hue commands is another way by which you can achieve this. 

The steps will be something like:
  1. Configure LDAP via Hue Service
  2. Restart Hue Server. 
  3. Login to Hue server and Perform synch ldap users via command line
<hue root>/build/env/bin/hue sync_ldap_users_and_groups
There are few resources available around this if that helps. 

Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Rising Star

@GangWar Thank you!

avatar
New Contributor

Hi,

when i enabled this feature, hue is able to import all users from the LDAP group however 

sync_ldap_users_and_groups

is trying to create same user again and its failing with duplicate key error. see my question at

https://community.cloudera.com/t5/Support-Questions/hue-ldap-sync-duplicate-error/m-p/320951/highlig...