Repository: ambari Updated Branches: refs/heads/trunk 9d201f548 -> 9ed5e3be9
AMBARI-7212 Enable security fails for Zookeeper using HDP 1.3 (alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9ed5e3be Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9ed5e3be Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9ed5e3be Branch: refs/heads/trunk Commit: 9ed5e3be948de91a5be923d880b44342343b62d9 Parents: 9d201f5 Author: Alejandro Fernandez <afernan...@hortonworks.com> Authored: Mon Sep 8 17:48:13 2014 -0700 Committer: Alejandro Fernandez <afernan...@hortonworks.com> Committed: Thu Sep 11 14:09:00 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/secure_properties.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9ed5e3be/ambari-web/app/data/secure_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/secure_properties.js b/ambari-web/app/data/secure_properties.js index ba1e26d..a00783e 100644 --- a/ambari-web/app/data/secure_properties.js +++ b/ambari-web/app/data/secure_properties.js @@ -752,6 +752,21 @@ module.exports = "category": "ZooKeeper Server", "component": "ZOOKEEPER_SERVER" }, + { + "id": "puppet var", + "name": "zookeeper_keytab_path", + "displayName": "Path to keytab file", + "value": "", + "defaultValue": "/etc/security/keytabs/zk.service.keytab", + "description": "Path to ZooKeeper keytab file", + "displayType": "directory", + "isVisible": true, + "isOverridable": false, + "serviceName": "ZOOKEEPER", + "filename": "zookeeper-env.xml", + "category": "ZooKeeper Server", + "component": "ZOOKEEPER_SERVER" + }, //NAGIOS { "id": "puppet var",