Repository: ambari Updated Branches: refs/heads/trunk bb40cfcd1 -> 6ec10706e
Revert "AMBARI-17641. Add storm impersonation authorized along with default ACL (Sriharsha Chintalapani via smohanty)" This reverts commit 885b7ae6b6eac555eb7ff8df1a159f8727d86866. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6ec10706 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6ec10706 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6ec10706 Branch: refs/heads/trunk Commit: 6ec10706ecace3163f953ad521587c452f2416ef Parents: b8028ee Author: Jaimin Jetly <[email protected]> Authored: Fri Jul 15 14:54:57 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Jul 15 14:55:31 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/common-services/STORM/1.0.1/kerberos.json | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6ec10706/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json b/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json index c3215ad..b88dd44 100644 --- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json +++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/kerberos.json @@ -37,8 +37,6 @@ "drpc.authorizer": "org.apache.storm.security.auth.authorizer.DRPCSimpleACLAuthorizer", "ui.filter": "org.apache.hadoop.security.authentication.server.AuthenticationFilter", "storm.principal.tolocal": "org.apache.storm.security.auth.KerberosPrincipalToLocal", - "nimbus.impersonation.authorizer": "org.apache.storm.security.auth.authorizer.ImpersonationAuthorizer", - "nimbus.impersonation.acl": "{{{storm_bare_jaas_principal}}: {hosts: ['*'], groups: ['*']}}", "supervisor.enable": "true", "storm.zookeeper.superACL": "sasl:{{storm_bare_jaas_principal}}", "java.security.auth.login.config": "{{conf_dir}}/storm_jaas.conf",
