Skip to content

Commit

Permalink
Support SSL Endpoint Algorithm in Kafka SSL Kamelets
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Dec 6, 2023
1 parent db3597d commit 3f9ee3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f9ee3e

Please sign in to comment.