Repository: ambari Updated Branches: refs/heads/branch-2.5 75de63d35 -> d9683dbc7
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/d9683dbc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d9683dbc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d9683dbc Branch: refs/heads/branch-2.5 Commit: d9683dbc78dba44d73a664a7354625f623b6aa48 Parents: 75de63d Author: Sriharsha Chintalapani <[email protected]> Authored: Fri May 26 16:45:22 2017 -0400 Committer: Robert Levas <[email protected]> Committed: Fri May 26 16:45:22 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/d9683dbc/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'}" } }, {
