-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15465. Support WebHDFS accesses to the data stored in secure Dat… #2135
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
…anode through insecure Namenode.
|
💔 -1 overall
This message was automatically generated. |
|
@touchida thanks for the PR. What is the implication of this when both NN and DN are secure, and some insecure client try the following: will it still work and cause security breach since secure DN can launch a DFS client talking to the secure NN? |
|
@sunchao Thanks for your comment!
No, it won't work. The corresponding Datanode log is as follows: This is because in the absence of delegation tokens, |
sunchao
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.
Thanks @touchida ! This LGTM.
|
@sunchao Thanks for your review! The failed tests are not related to the PR since they don't use WebHDFS.
Ready to be merged. |
|
Merged. Thanks @touchida ! |
…anode through insecure Namenode. (apache#2135)
…anode through insecure Namenode. (apache#2135)
…anode through insecure Namenode. (apache#2135) Change-Id: Ib9ab9f6f5a37c8f5a6ff204f19366305455b2637
…anode through insecure Namenode.
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute