Details
Description
Work around patch for Kerberos mutual authentication issue
Edited the following file (attached) and change OPTIONAL to DISABLED:
/opt/cloudera/parcels/CDH/lib/hue/desktop/core/src/desktop/lib/rest/http_client.py
Line 26:
from requests_kerberos import HTTPKerberosAuth, DISABLED
Line 88:
self._session.auth = HTTPKerberosAuth(mutual_authentication=DISABLED)
Attachments
Issue Links
- blocks
-
HUE-4541 [security] Hue job browser - Kerberos mutual authentication error in Hue
-
- Resolved
-