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

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

commit 1c2ed176dc599dd8991efb5cd2cc20e0fe02f5ad
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 19 09:45:36 2023 +0200

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

diff --git a/kamelets/kafka-scram-sink.kamelet.yaml 
b/kamelets/kafka-scram-sink.kamelet.yaml
index bb66b94c..e8631e31 100644
--- a/kamelets/kafka-scram-sink.kamelet.yaml
+++ b/kamelets/kafka-scram-sink.kamelet.yaml
@@ -117,4 +117,4 @@ spec:
             brokers: "{{bootstrapServers}}"
             securityProtocol: "{{securityProtocol}}"
             saslMechanism: "{{saslMechanism}}"
-            saslJaasConfig: 
"org.apache.kafka.common.security.scram.ScramLoginModule required 
username='{{user}}' password='{{password}}';"
+            saslJaasConfig: 
'org.apache.kafka.common.security.scram.ScramLoginModule required 
username="{{user}}" password="{{password}}";'

Reply via email to