Repository: ambari Updated Branches: refs/heads/branch-2.4 38ee1c290 -> 8dbb0dc11
Revert "AMBARI-17729. All devdeploys fail due to Storm components fail to install (aonishuk)" This reverts commit 706e3aa27a506d48fa5fff990ae5ea8ef0d33b7b. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a1f16f8c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a1f16f8c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a1f16f8c Branch: refs/heads/branch-2.4 Commit: a1f16f8c6da2dc4b5e255dc118d2cf89b9bb4f79 Parents: 38ee1c2 Author: Jaimin Jetly <[email protected]> Authored: Fri Jul 15 14:54:22 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Jul 15 14:56:06 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/common-services/STORM/1.0.1/kerberos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a1f16f8c/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 57df3dd..c3215ad 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 @@ -38,7 +38,7 @@ "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": "{% raw %}{{{storm_bare_jaas_principal}}: {hosts: ['*'], groups: ['*']}}{% endraw %}", + "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",
