Repository: ambari Updated Branches: refs/heads/trunk c6d005686 -> 4b63b0958
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/4b63b095 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4b63b095 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4b63b095 Branch: refs/heads/trunk Commit: 4b63b0958d56aa15116e67f412bdd66a61dd451c Parents: c6d0056 Author: Jaimin Jetly <[email protected]> Authored: Tue Oct 14 18:03:31 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Oct 14 18:04:21 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/4b63b095/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,
