From 6f2612844e2d24fb57948dcd93870388ab451949 Mon Sep 17 00:00:00 2001 From: Paultagoras Date: Tue, 26 Sep 2023 16:19:50 -0400 Subject: [PATCH] Updating connector docs to add authentication details --- docs/en/integrations/data-ingestion/kafka/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/integrations/data-ingestion/kafka/index.md b/docs/en/integrations/data-ingestion/kafka/index.md index ca98abd9e2f..24c50fde420 100644 --- a/docs/en/integrations/data-ingestion/kafka/index.md +++ b/docs/en/integrations/data-ingestion/kafka/index.md @@ -710,6 +710,14 @@ The [Kafka Connect](https://docs.confluent.io/platform/current/connect/index.htm - Data inserts with a declared schema and schemaless. - Support for most major data types of ClickHouse (more to be added soon) +### Authentication +The connector (through Kafka Connect) supports the following authentication mechanisms: +- [SASL/PLAIN](https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_plain.html#sasl-plain-connect-workers) +- [SASL/SCRAM](https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_scram.html#sasl-scram-connect-workers) +- [SASL/GSSAPI](https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_gssapi.html#sasl-gssapi-connect-workers) +- [SSL](https://docs.confluent.io/platform/current/kafka/authentication_ssl.html#authentication-ssl-connect) + + ### Installation instructions #### Installing on Confluent Cloud This is meant to be a quick guide to get you started with the ClickHouse Sink Connector on Confluent Cloud.