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

Added kafka auth mechanisms #1414

Merged
merged 3 commits into from May 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/general/firehose/kafka-rule.textile
Expand Up @@ -51,6 +51,7 @@ To create a rule in your "dashboard":https://ably.com/dashboard:

6. Configure the settings applicable to your use case and your Kafka installation.


The general settings:

<a href="/images/screenshots/kafka-rule/kafka-rule-settings-general.png" target="_blank">
Expand All @@ -63,6 +64,14 @@ The Kafka-specific settings:
<img src="/images/screenshots/kafka-rule/kafka-rule-settings-kafka.png" style="width: 100%" alt="Kafka rule settings - Kafka-specific">
</a>

In this section you need to set up your Authentication for Kafka by selecting your preferred mechanism for authentication and providing credentials.

The supported Authentication Mechanisms are:

* "SASL/PLAIN":https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_plain.html#kafka-sasl-auth-plain
* "SASL/SCRAM-SHA-256":https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_scram.html#kafka-sasl-auth-scram
* "SASL/SCRAM-SHA-512":https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_scram.html

7. Click *Create* to create the rule.

h3(#creating-rule-control-api). Creating a Kafka rule using Control API
Expand Down