Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2270919A97 for ; Thu, 28 Apr 2016 17:08:13 +0000 (UTC) Received: (qmail 5986 invoked by uid 500); 28 Apr 2016 17:08:13 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 5933 invoked by uid 500); 28 Apr 2016 17:08:13 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 5909 invoked by uid 99); 28 Apr 2016 17:08:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 17:08:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D476F2C044E for ; Thu, 28 Apr 2016 17:08:12 +0000 (UTC) Date: Thu, 28 Apr 2016 17:08:12 +0000 (UTC) From: "Vijay Srinivasaraghavan (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3239) Support for Kerberos enabled Kafka 0.9.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262538#comment-15262538 ] Vijay Srinivasaraghavan commented on FLINK-3239: ------------------------------------------------ Thanks [~stefanobaghino] I believe the kafka consumer principal and keytab infomation will be supplied in the JassConfig file for the Kafka client code to peform kerberos authentication and we need to pass only the JAAS config file property to the kafka clients (producer/consumer). I am trying to understand the need for passing the keytab configuration file location (public static final String KRB5_CONF_PATH = "krb5.conf.path") ? Could you please explain. KafkaClient { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true storeKey=true keyTab="/etc/security/keytabs/kafkaClient.keytab" principal="kafka-client@FOO.COM"; }; > Support for Kerberos enabled Kafka 0.9.0.0 > ------------------------------------------ > > Key: FLINK-3239 > URL: https://issues.apache.org/jira/browse/FLINK-3239 > Project: Flink > Issue Type: New Feature > Reporter: Niels Basjes > Assignee: Stefano Baghino > Attachments: flink3239-prototype.patch > > > In Kafka 0.9.0.0 support for Kerberos has been created ( KAFKA-1686 ). > Request: Allow Flink to forward/manage the Kerberos tickets for Kafka correctly so that we can use Kafka in a secured environment. > I expect the needed changes to be similar to FLINK-2977 which implements the same support for HBase. -- This message was sent by Atlassian JIRA (v6.3.4#6332)