mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 09:55:52 +00:00
[Docs] Add SSAL_SSL config info for Confluent kafka with SSL encryption (#13024)
This commit is contained in:
parent
d24155e173
commit
c07068c44e
@ -43,7 +43,8 @@ The ingestion of the Kafka topics' schema is done separately by configuring the
|
|||||||
- **SASL Password**: SASL password for use with the PLAIN and SASL-SCRAM mechanisms.
|
- **SASL Password**: SASL password for use with the PLAIN and SASL-SCRAM mechanisms.
|
||||||
- **SASL Mechanism**: SASL mechanism to use for authentication.
|
- **SASL Mechanism**: SASL mechanism to use for authentication.
|
||||||
- **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present.
|
- **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present.
|
||||||
- **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md).
|
- **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md).
|
||||||
|
If you are using Confluent kafka and SSL encryption is enabled you need to add `security.protocol` as key and `SASL_SSL` as value under Consumer Config
|
||||||
- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient).
|
- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient).
|
||||||
|
|
||||||
{% note %}
|
{% note %}
|
||||||
|
@ -32,4 +32,8 @@ like this:
|
|||||||
"ssl.truststore.password": "password"
|
"ssl.truststore.password": "password"
|
||||||
schemaRegistryConfig:
|
schemaRegistryConfig:
|
||||||
"basic.auth.user.info": "username:password"
|
"basic.auth.user.info": "username:password"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Connecting to Confluent Cloud Kafka
|
||||||
|
|
||||||
|
If you are using Confluent kafka and SSL encryption is enabled you need to add `security.protocol` as key and `SASL_SSL` as value under Consumer Config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user