Does anyone know what are the changes we need to use the https://issues.cloudera.org/browse/HUE-7407 changed code effectively. We have in our user_filter:
|(memberof=CN=admin_group,OU=OUname,DC=DC,DC=DC,DC=com)(memberof=CN=nonadmin_group,OU=OUname,DC=DC,DC=DC,DC=com)
Ideally we want to someway set all the poeple in the admin group as super_user's for hue.It would be of great help because currently when we rehydrate our AWS EMR which has HUE enabled all the user's gets removed and when someone logins to the new AWS EMR they will become super_user.I have circumvented this issue temporarly by login a user in the bootstrap action.