You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/09/13 01:53:37 UTC

[09/30] git commit: AMBARI-7267 ATS SPNEGO HTTP keytab should be spnego.service.keytab (alejandro)

AMBARI-7267 ATS SPNEGO HTTP keytab should be spnego.service.keytab (alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f3e76efe
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f3e76efe
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f3e76efe

Branch: refs/heads/branch-alerts-dev
Commit: f3e76efe012b9dfea262d9504cefda85ed6ce7d8
Parents: 91a01f1
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Thu Sep 11 14:00:22 2014 -0700
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Thu Sep 11 16:56:14 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/secure_properties.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f3e76efe/ambari-web/app/data/HDP2/secure_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/secure_properties.js b/ambari-web/app/data/HDP2/secure_properties.js
index b67bf29..a2c3b98 100644
--- a/ambari-web/app/data/HDP2/secure_properties.js
+++ b/ambari-web/app/data/HDP2/secure_properties.js
@@ -516,10 +516,10 @@ module.exports =
     {
       "id": "puppet var",
       "name": "apptimelineserver_http_keytab",
-      "displayName": "Path to App Timeline Server HTTP keytab file",
+      "displayName": "Path to App Timeline Server SPNEGO HTTP keytab file",
       "value": "",
-      "defaultValue": "/etc/security/keytabs/yarn.service.keytab",
-      "description": "Path to App Timeline Server HTTP keytab file",
+      "defaultValue": "/etc/security/keytabs/spnego.service.keytab",
+      "description": "Path to App Timeline Server SPNEGO HTTP keytab file",
       "displayType": "directory",
       "isVisible": true,
       "isOverridable": true,