How to have oozie workflow impersonate logged in user

I’m using Hue with LDAP authentication. I have followed this post on setting up LDAP authentication passthrough to Hive.

However if the user wants to run an oozie workflow (Hive2 action) in Hue, the user also needs to specify the password in hive2 action. The password is then saved in the workflow.xml, and persisted on hdfs / s3 for the oozie job.

Is there a way for oozie on hue to also use LDAP pass through authentication so that the users don’t need provide the password to oozie hive2 action?