sunchao commented on pull request #2135: URL: https://github.com/apache/hadoop/pull/2135#issuecomment-659031551
@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: ``` curl -i "http://<SECURE_DATANODE>:<PORT>/webhdfs/v1/<PATH>?op=OPEN&namenoderpcaddress=<SECURE_NAMENODE>&offset=0" ``` will it still work and cause security breach since secure DN can launch a DFS client talking to the secure NN? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
