-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HDFS-17668 Treat null SASL negotiated QOP as auth in DataTransferSasl… #7171
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
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.
Looks like a corner case that isn't typically encountered. There is debug log message to print negotiatedQop so i think it's this is good.
Thanks, In itself, this is likely to break the SCRAM + encrypted*Stream case. This should only be committed after after #7175 (which still needs work) |
…Util#checkSaslComplete()
On closer inspection, breaking the SCRAM + encrypted*Stream case is exactly what we need to do. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
…Util#checkSaslComplete()
Description of PR
Fixes handling of null negotiated QOP value for HDFS
How was this patch tested?
The specific test was not tested beyond the test suite, but the issues was detected on a cluster configured with a broken SASL mechanism.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?