This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-ssl-endpoint-algo in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit caaff90c983f1954a18825116c687a898810375a Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Dec 6 10:21:12 2023 +0100 Support SSL Endpoint Algorithm in Kafka SSL Kamelets Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/kafka-ssl-sink.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/kafka-ssl-sink.kamelet.yaml b/kamelets/kafka-ssl-sink.kamelet.yaml index 786393f0..0793c543 100644 --- a/kamelets/kafka-ssl-sink.kamelet.yaml +++ b/kamelets/kafka-ssl-sink.kamelet.yaml @@ -135,8 +135,8 @@ spec: sslTruststoreLocation: '{{sslTruststoreLocation}}' sslProtocol: '{{sslProtocol}}' sslEnabledProtocols: '{{sslEnabledProtocols}}' - sslEnabledProtocols: '{{sslEnabledProtocols}}' - sslEndpointAlgorithm: '{{sslEndpointAlgorithm}}' + sslEndpointAlgorithm: '{{sslEndpointAlgorithm}}' + saslMechanism: '{{saslMechanism}}' type: '#class:org.apache.camel.component.kafka.KafkaConfiguration' from: uri: "kamelet:source"
