Repository: ambari Updated Branches: refs/heads/branch-2.4 23cd4fdbf -> fd09f0787
AMBARI-17324. kafka should set zookeeper.set.acl to true when kerberos enabled (Sriharsha Chintalapani via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fd09f078 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fd09f078 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fd09f078 Branch: refs/heads/branch-2.4 Commit: fd09f078728c898358ffc0241f5fbe1594d83a4f Parents: 23cd4fd Author: Alejandro Fernandez <[email protected]> Authored: Wed Jul 6 15:03:01 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Jul 6 15:03:01 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/common-services/KAFKA/0.9.0/kerberos.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fd09f078/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json b/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json index eaa3d9d..2b1c01b 100644 --- a/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json +++ b/ambari-server/src/main/resources/common-services/KAFKA/0.9.0/kerberos.json @@ -13,7 +13,8 @@ "authorizer.class.name": "kafka.security.auth.SimpleAclAuthorizer", "principal.to.local.class":"kafka.security.auth.KerberosPrincipalToLocal", "super.users": "user:${kafka-env/kafka_user}", - "security.inter.broker.protocol": "PLAINTEXTSASL" + "security.inter.broker.protocol": "PLAINTEXTSASL", + "zookeeper.set.acl": "true" } } ],
