12.4. KafkaListenerAuthenticationCustom スキーマプロパティー
type
プロパティーは KafkaListenerAuthenticationCustom
タイプと KafkaListenerAuthenticationTls
, KafkaListenerAuthenticationScramSha512
, KafkaListenerAuthenticationOAuth
とを区別して使用するための識別子です。KafkaListenerAuthenticationCustom
タイプには custom
の値が必要です。
プロパティー | プロパティータイプ | 説明 |
---|---|---|
listenerConfig | map | 特定のリスナーに使用される設定。すべての値の前に listener.name.<listener_name> を付けます。 |
sasl | boolean | このリスナーで SASL を有効または無効にします。 |
secrets | /opt/kafka/custom-authn-secrets/custom-listener-<listener_name>-<port>/<secret_name> にマウントされるシークレット。 | |
type | string |
|