[
https://issues.apache.org/jira/browse/AMBARI-10825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522246#comment-14522246
]
Hadoop QA commented on AMBARI-10825:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12729599/AMBARI-10825.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2587//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2587//console
This message is automatically generated.
> Missed Support for Wire Encyption
> ---------------------------------
>
> Key: AMBARI-10825
> URL: https://issues.apache.org/jira/browse/AMBARI-10825
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Erik Bergenholtz
> Assignee: Antonenko Alexander
> Fix For: 2.1.0
>
> Attachments: AMBARI-10825.patch
>
>
> I noticed the following things that I believe need to get fixed:
> *ssl-client.xml*
> # We're missing the ability to track ssl.client.truststore.password
> # (New Requirement) We're missing the ability to track the following:
> * ssl.client.truststore.password=bigdata
> * ssl.client.truststore.reload.interval=10000
> * ssl.client.keystore.type=jks
> * ssl.client.keystore.location=/etc/security/clientKeys/keystore.jks
> * ssl.client.keystore.password=bigdata
> The additions (New Requirement) to ssl-client.xml is from some discrepancies
> I've just noticed between [our
> documentation|http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.0/HDP_Security_Guide_v22/index.html#Item1.3.4.4]
> and
> [Apache's|http://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html].
> *ssl-server.xml*
> # The passwords are in clear text and should be 'password' type input fields
> for ssl.server.keystore.password, and ssl.server.keystore.keypassword.
> # We need to add management of ssl.server.truststore.reload.interval with a
> default value of 10000 with a tooltip value of: "Truststore reload interval,
> in milliseconds"
> # We are missing management of the ssl.server.truststore.password 'password'
> field.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)