mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add SSL protocol to apache_kafka component (#35281)
This commit is contained in:
parent
56df0c9e75
commit
7af6d1b574
@ -37,15 +37,15 @@ port:
|
||||
required: true
|
||||
type: integer
|
||||
username:
|
||||
description: The username of Apache Kafka cluster for authentication.
|
||||
description: The username of Apache Kafka cluster for SASL authentication. Required with `SASL_SSL` security protocol only.
|
||||
required: false
|
||||
type: string
|
||||
password:
|
||||
description: The password of Apache Kafka cluster for authentication.
|
||||
description: The password of Apache Kafka cluster for SASL authentication. Required with `SASL_SSL` security protocol only.
|
||||
required: false
|
||||
type: string
|
||||
security_protocol:
|
||||
description: The protocol used to communicate with brokers. Use `SASL_SSL` for authentication.
|
||||
description: The security protocol used to communicate with brokers. Use `SSL` for secure or `SASL_SSL` for secure with SASL authentication. (only `SASL_PLAINTEXT` SASL mechanism is supported)
|
||||
required: false
|
||||
default: PLAINTEXT
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user