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

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

commit 6b1674123aeba2f318956873451f6752fd99cfed
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 3 16:36:29 2021 +0200

    Moved the kafka-source Kamelet to authenticated version
---
 kafka-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kafka-source.kamelet.yaml b/kafka-source.kamelet.yaml
index 1248b12..186b7cf 100644
--- a/kafka-source.kamelet.yaml
+++ b/kafka-source.kamelet.yaml
@@ -57,6 +57,6 @@ spec:
         brokers: "{{brokers}}"
         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='{{username}}' password='{{password}}';"
       steps:
       - to: "kamelet:sink"

Reply via email to