Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 09829200B36 for ; Wed, 6 Jul 2016 23:58:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 07FCF160A64; Wed, 6 Jul 2016 21:58:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 510BC160A55 for ; Wed, 6 Jul 2016 23:58:24 +0200 (CEST) Received: (qmail 63168 invoked by uid 500); 6 Jul 2016 21:58:23 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 63159 invoked by uid 99); 6 Jul 2016 21:58:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 21:58:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5CAA6E0B66; Wed, 6 Jul 2016 21:58:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alejandro@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-17324. kafka should set zookeeper.set.acl to true when kerberos enabled (Sriharsha Chintalapani via alejandro) Date: Wed, 6 Jul 2016 21:58:23 +0000 (UTC) archived-at: Wed, 06 Jul 2016 21:58:25 -0000 Repository: ambari Updated Branches: refs/heads/trunk 9ce097521 -> 73111e81d 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/73111e81 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/73111e81 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/73111e81 Branch: refs/heads/trunk Commit: 73111e81dd7b78ab458ae8d147eeedce0cb61d1a Parents: 9ce097521 Author: Alejandro Fernandez Authored: Wed Jul 6 14:59:32 2016 -0700 Committer: Alejandro Fernandez Committed: Wed Jul 6 15:00:07 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/73111e81/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" } } ],