Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.2-alpha, 3.0.0-alpha1
-
None
-
Reviewed
Description
In SecurityUtil.openSecureHttpConnection, we first check UserGroupInformation.isSecurityEnabled(). However, this only checks the kerberos config, which is independent of hadoop.ssl.enabled. Instead, we should check HttpConfig.isSecure().
Credit to Wing Yew Poon for discovering this bug
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-9899 Remove the debug message added by HADOOP-8855
- Closed
- is depended upon by
-
HADOOP-8883 Anonymous fallback in KerberosAuthenticator is broken
- Closed
- is related to
-
HADOOP-8859 Improve SecurityUtil#openSecureHttpConnection javadoc
- Open
- relates to
-
HADOOP-10078 KerberosAuthenticator always does SPNEGO
- Closed