You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/06 09:23:52 UTC

(camel-kamelets) 02/03: Support SSL Endpoint Algorithm in Kafka SSL Kamelets

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 <an...@gmail.com>
AuthorDate: Wed Dec 6 10:21:12 2023 +0100

    Support SSL Endpoint Algorithm in Kafka SSL Kamelets
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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"