Kerberos support in latest hue Docker

Hi All,

I’m upgrading Hue to the latest docker version and have an issue when running kt_renewer.py.

The error is that kinit doesn’t exist. I note that krb5_user was removed from the Dockerfile in January.

Do I need to add the krb5 packages back into the Dockerfile?

Kind regards
Andrew

Came across this link - https://github.com/cloudera/hue/issues/2249

Seems adding back the krb5_user and krb5_config is the solution.