This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 23d8a884616f9f9b68f9d90093781b33a129ab3e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 19 09:41:37 2023 +0200

    Kafka Secured Sink Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../camel-kamelets/src/main/resources/kamelets/kafka-sink.kamelet.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/kafka-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/kafka-sink.kamelet.yaml
index 58818ef6..eeff24c8 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-sink.kamelet.yaml
@@ -117,4 +117,4 @@ spec:
             brokers: "{{bootstrapServers}}"
             securityProtocol: "{{securityProtocol}}"
             saslMechanism: "{{saslMechanism}}"
-            saslJaasConfig: 
"org.apache.kafka.common.security.plain.PlainLoginModule required 
username='{{user}}' password='{{password}}';"
+            saslJaasConfig: 
'org.apache.kafka.common.security.plain.PlainLoginModule required 
username="{{user}}" password="{{password}}";'

Reply via email to