nrg4878 commented on a change in pull request #3028:
URL: https://github.com/apache/hive/pull/3028#discussion_r807519814
##########
File path:
service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java
##########
@@ -551,7 +551,7 @@ String doKerberosAuth(HttpServletRequest request)
throws HttpAuthenticationException {
// Each http request must have an Authorization header
// Check before trying to do kerberos authentication twice
- getAuthHeader(request, authType);
+ getAuthHeader(request, "NEGOTIATE");
Review comment:
I meant to ask about this earlier. For kerberos auth, if the header
contained "NEGOTIATE", how did this work earlier when we were looking for
header named "KERBEROS" ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]