-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-27352: Support both LDAP and Kerberos Auth in HS2 #4331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fd32173 to
606ed77
Compare
itests/hive-minikdc/src/test/java/org/apache/hive/minikdc/TestHS2JWTWithMiniKdc.java
Outdated
Show resolved
Hide resolved
|
Kudos, SonarCloud Quality Gate passed! |
saihemanth-cloudera
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good, I will approve once the clarification on the review comment is resolved.
saihemanth-cloudera
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM +1. Pending Green CI build.
…(Zhihua Deng, reviewed by Sai Hemanth Gantasala)
…(Zhihua Deng, reviewed by Sai Hemanth Gantasala)









What changes were proposed in this pull request?
Support both LDAP and Kerberos Auth in HS2
Why are the changes needed?
Does this PR introduce any user-facing change?
Yes. For Http mode, we must append the new auth method to the end of property hive.server2.authentication in order to be compatible with the old HS2 client.
How was this patch tested?
Unit tests