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 8f71ea990d61c1b6093bf0e73a5781f79dc96603 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Dec 6 10:22:10 2023 +0100 Support SSL Endpoint Algorithm in Kafka SSL Kamelets Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml index 786393f0..0793c543 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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"
