mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
username:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
password:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
security_protocol:
|
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
|
required: false
|
||||||
default: PLAINTEXT
|
default: PLAINTEXT
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user