GitHub user vijikarthi opened a pull request: https://github.com/apache/flink/pull/2275
FLINK-3929 Support for Kerberos Authentication with Keytab Credential This PR addresses FLINK-3929 requirements: 1) Added Keytab support to Flink (Standalone and Yarn mode deployment) 2) Unified JAAS configuration support to services (Kafka/ZK) 3) Added MiniKDC support to run integration test case for FS/Kafka connectors and Yarn 4) Added documentation that explains how the security model works You can merge this pull request into a Git repository by running: $ git pull https://github.com/vijikarthi/flink FLINK-3929 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2275.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2275 ---- commit 824d16696bd05d5b2aa2920813dacfda736c7372 Author: Vijay Srinivasaraghavan <vijayaraghavan.srinivasaragha...@emc.com> Date: 2016-07-21T00:08:33Z FLINK-3929 Support for Kerberos Authentication with Keytab Credential ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---