Repository: ambari Updated Branches: refs/heads/branch-1.7.0 af2a71338 -> 1938c1b07
AMBARI-7780. Storm UI server should have the same default keytab value as of other components for spnego principal. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1938c1b0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1938c1b0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1938c1b0 Branch: refs/heads/branch-1.7.0 Commit: 1938c1b07d18c611f181281f67c3836e6b57f7fe Parents: af2a713 Author: Jaimin Jetly <[email protected]> Authored: Tue Oct 14 18:03:31 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Oct 14 18:03:31 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/secure_properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1938c1b0/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 10d1a41..9a1dfc6 100644 --- a/ambari-web/app/data/HDP2/secure_properties.js +++ b/ambari-web/app/data/HDP2/secure_properties.js @@ -1238,7 +1238,7 @@ var storm22Properties = [ "name": "strom_ui_keytab", "displayName": "Path to Nimbus UI keytab file", "value": "", - "defaultValue": "/etc/security/keytabs/http.storm.service.keytab", + "defaultValue": "/etc/security/keytabs/spnego.service.keytab", "description": "Path to the Storm UI keytab file", "displayType": "directory", "isVisible": false,
