[HUE-6486] Move Hue Krb ticket cache out of /tmp
We are frequently having customers self inflict issues because they
accidentally change permissions or remove files from /tmp.
Currently the Hue ticket cache is in "/tmp": /tmp/hue_krb5_ccache
In this change, I have set the location to "/var/run/hue" and in Hue server
same ccache_path directory path will be reflected.
Testing Done:
- Manual testing
- Tested on cluster
- checked correct parameter value is shown.
[[kerberos]]
ccache_path=/var/run/hue/hue_krb5_ccache