You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by QwertyManiac <gi...@git.apache.org> on 2016/04/20 21:03:46 UTC

[GitHub] kafka pull request: MINOR: Docs for ACLs over SSL auth and KAFKA_O...

GitHub user QwertyManiac opened a pull request:

    https://github.com/apache/kafka/pull/1244

    MINOR: Docs for ACLs over SSL auth and KAFKA_OPTS

    [Motivation](http://mail-archives.apache.org/mod_mbox/kafka-users/201604.mbox/%3CCAFXAVc4%2B6Z863K1%2B-2h1aFaAjnMb3jjCu_A9RvWdVnHZg1s1SQ%40mail.gmail.com%3E).
    
    Adds two distinct notes to the Security documentation, that seek to explain how Kerberos JAAS configurations can be used with Kafka's inbuilt command line tools (Console Producer/Consumers as examples) via `$KAFKA_OPTS`, and a better example of how the User principals for ACLs should appear in the `kafka-acls.sh` commands when Kafka is set to use client authentication via client SSL certificates instead of Kerberos+SASL.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/QwertyManiac/kafka security-doc-improvement

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1244.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 #1244
    
----
commit 2d488462d86e9705dfa7cce61c5f68162f2b7d18
Author: Harsh J <ha...@cloudera.com>
Date:   2016-04-20T12:00:59Z

    KAFKA-3591: JmxTool should exit out if a provided query matches no values

commit e4f40beedd89476acd9702f243e8a952cfb627de
Author: Harsh J <ha...@cloudera.com>
Date:   2016-04-20T18:50:36Z

    MINOR: Docs for ACLs over SSL auth and KAFKA_OPTS

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---