[
https://issues.apache.org/jira/browse/AMBARI-11065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14540262#comment-14540262
]
Hudson commented on AMBARI-11065:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2571 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2571/])
AMBARI-11065. Make sure that KMS related configs are updated when a new KMS is
added to the cluster (akovalenko) (akovalenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ce407e6216b0f9d4154d3bcebe10d9d21c003dd4)
* ambari-web/app/messages.js
* ambari-web/app/controllers/main/service/item.js
* ambari-web/app/templates/main/host/details/deleteComponentPopup.hbs
* ambari-web/app/controllers/main/host/details.js
> Make sure that KMS related configs are updated when a new KMS is added to the
> cluster
> -------------------------------------------------------------------------------------
>
> Key: AMBARI-11065
> URL: https://issues.apache.org/jira/browse/AMBARI-11065
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.1.0
> Reporter: Aleksandr Kovalenko
> Assignee: Aleksandr Kovalenko
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-11065.patch
>
>
> 2 configs to set are:
> * {{hadoop.security.key.provider.path}}
> * {{dfs.encryption.key.provider.uri}}
> Their value should be
> {noformat}
> kms://http@<keyserver_host>:<keyserver_port>/kms - For a single instance of
> KMS server
> kms://http@<keyserver_host>,<keyserver_host2>,<keyserver_host3>:<keyserver_port>/kms
> - For multiple instances of KMS servers (for HA)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)