[
https://issues.apache.org/jira/browse/HDFS-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14087535#comment-14087535
]
Hudson commented on HDFS-6790:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk #635 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/635/])
HDFS-6790. DFSUtil Should Use configuration.getPassword for SSL passwords.
Contributed by Larry McCay (brandonli:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1616058)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSUtil.java
> DFSUtil Should Use configuration.getPassword for SSL passwords
> --------------------------------------------------------------
>
> Key: HDFS-6790
> URL: https://issues.apache.org/jira/browse/HDFS-6790
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Larry McCay
> Assignee: Larry McCay
> Fix For: 2.6.0
>
> Attachments: HDFS-6790.patch, HDFS-6790.patch, HDFS-6790.patch
>
>
> As part of HADOOP-10904, DFSUtil should be changed to leverage the new method
> on Configuration for acquiring known passwords for SSL. The getPassword
> method will leverage the credential provider API and/or fallback to the clear
> text value stored in ssl-server.xml.
> This will provide an alternative to clear text passwords on disk while
> maintaining backward compatibility for this behavior.
--
This message was sent by Atlassian JIRA
(v6.2#6252)