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 <[email protected]> Authored: Wed Jul 6 14:59:32 2016 -0700 Committer: Alejandro Fernandez <[email protected]> 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" } } ],
