Skip to content

Commit

Permalink
Kafka Scram Secured Sink Kamelet: use double quote around user and pa…
Browse files Browse the repository at this point in the history
…ssword

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed May 19, 2023
1 parent 8416b7c commit 254613e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}";'

0 comments on commit 254613e

Please sign in to comment.