Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka: Add support for using TLS authentication for the kafka output #541

Closed
wants to merge 1 commit into from

Conversation

Ormod
Copy link
Contributor

@Ormod Ormod commented Jan 17, 2016

With the advent of Kafka 0.9.0+ it is possible to set up TLS client
certificate based authentication to limit access to Kafka.

Four new configuration variables are specified for setting up the
authentication. If they're not set the behavior stays the same as
before the change.

Rebased against master (also changed github target to be master branch) and fixed comments about log.Fatal().

@Ormod Ormod force-pushed the kafka_tls_auth_support branch 2 times, most recently from 1fb835f to 0562ec1 Compare January 17, 2016 19:49
With the advent of Kafka 0.9.0+ it is possible to set up TLS client
certificate based authentication to limit access to Kafka.

Four new configuration variables are specified for setting up the
authentication. If they're not set the behavior stays the same as
before the change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant