You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/05/26 20:43:54 UTC

ambari git commit: AMBARI-21136. Upgrading Ambari to 2.5.1 stops Storm's nimbus in secure moded. (Sriharsha Chintalapani via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 617a6b4a9 -> 7c1cb60bc


AMBARI-21136. Upgrading Ambari to 2.5.1 stops Storm's nimbus in secure moded. (Sriharsha Chintalapani via rlevas)


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

Branch: refs/heads/trunk
Commit: 7c1cb60bcd4cfd027bf66b640f6e3425cff1b555
Parents: 617a6b4
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Fri May 26 16:37:10 2017 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Fri May 26 16:37:10 2017 -0400

----------------------------------------------------------------------
 .../main/resources/common-services/STORM/1.1.0/kerberos.json   | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7c1cb60b/ambari-server/src/main/resources/common-services/STORM/1.1.0/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/STORM/1.1.0/kerberos.json b/ambari-server/src/main/resources/common-services/STORM/1.1.0/kerberos.json
index 643cfd3..a034411 100644
--- a/ambari-server/src/main/resources/common-services/STORM/1.1.0/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/STORM/1.1.0/kerberos.json
@@ -53,11 +53,7 @@
             "nimbus.impersonation.acl": "{ {{storm_bare_jaas_principal}} : {hosts: ['*'], groups: ['*']}}",
             "nimbus.admins": "['{{storm_bare_jaas_principal}}', '{{ambari_bare_jaas_principal}}']",
             "nimbus.supervisor.users": "['{{storm_bare_jaas_principal}}']",
-            "ui.filter.params": "{'type': 'kerberos', 'kerberos.principal': '{{storm_ui_jaas_principal}}', 'kerberos.keytab': '{{storm_ui_keytab_path}}', 'kerberos.name.rules': 'DEFAULT'}",
-            "nimbus.autocredential.plugins.classes": "['org.apache.storm.hdfs.security.AutoHDFS', 'org.apache.storm.hbase.security.AutoHBase', 'org.apache.storm.hive.security.AutoHive']",
-            "nimbus.credential.renewers.classes": "['org.apache.storm.hdfs.security.AutoHDFS', 'org.apache.storm.hbase.security.AutoHBase', 'org.apache.storm.hive.security.AutoHive']",
-            "nimbus.credential.renewers.freq.secs": 82800
-            
+            "ui.filter.params": "{'type': 'kerberos', 'kerberos.principal': '{{storm_ui_jaas_principal}}', 'kerberos.keytab': '{{storm_ui_keytab_path}}', 'kerberos.name.rules': 'DEFAULT'}"
           }
         },
         {