You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/05/19 08:06:32 UTC

[camel-kamelets] branch 3.x updated (6261a272 -> 6742403f)

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

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


    from 6261a272 Regen
     new 94f7f96d Kafka Secured Source Kamelet: use double quote around user and password
     new df364037 Kafka Secured Source Kamelet: use double quote around user and password
     new 202d0f1e Kafka Secured Sink Kamelet: use double quote around user and password
     new eaf72224 Kafka Secured Sink Kamelet: use double quote around user and password
     new 12f8b5f7 Kafka Scram Secured Source Kamelet: use double quote around user and password
     new cfca81d4 Kafka Scram Secured Source Kamelet: use double quote around user and password
     new dc3554a1 Kafka Scram Secured Sink Kamelet: use double quote around user and password
     new 6742403f Kafka Scram Secured Sink Kamelet: use double quote around user and password

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kamelets/kafka-scram-sink.kamelet.yaml                                  | 2 +-
 kamelets/kafka-scram-source.kamelet.yaml                                | 2 +-
 kamelets/kafka-sink.kamelet.yaml                                        | 2 +-
 kamelets/kafka-source.kamelet.yaml                                      | 2 +-
 .../src/main/resources/kamelets/kafka-scram-sink.kamelet.yaml           | 2 +-
 .../src/main/resources/kamelets/kafka-scram-source.kamelet.yaml         | 2 +-
 .../camel-kamelets/src/main/resources/kamelets/kafka-sink.kamelet.yaml  | 2 +-
 .../src/main/resources/kamelets/kafka-source.kamelet.yaml               | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)


[camel-kamelets] 01/08: Kafka Secured Source Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 94f7f96dd3946f7fee5b37e78c1feb68db256b21
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 19 09:37:39 2023 +0200

    Kafka Secured Source Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/kafka-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/kafka-source.kamelet.yaml b/kamelets/kafka-source.kamelet.yaml
index 65925964..e08e5035 100644
--- a/kamelets/kafka-source.kamelet.yaml
+++ b/kamelets/kafka-source.kamelet.yaml
@@ -143,7 +143,7 @@ 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}}";'
         autoCommitEnable: "{{autoCommitEnable}}"
         allowManualCommit: "{{allowManualCommit}}"
         pollOnError: "{{pollOnError}}"


[camel-kamelets] 04/08: Kafka Secured Sink Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eaf72224683c2c7f447948fd583bb7dab46d70f9
Author: Andrea Cosentino <an...@gmail.com>
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 <an...@gmail.com>
---
 .../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 970fc01a..6b3d2c5a 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}}";'


[camel-kamelets] 08/08: Kafka Scram Secured Sink Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6742403f3f1dbce35184aa6feb6c309cae7276e5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 19 09:46:38 2023 +0200

    Kafka Scram Secured Sink Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/kafka-scram-sink.kamelet.yaml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-sink.kamelet.yaml
index 3d7378c2..80004288 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/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}}";'


[camel-kamelets] 03/08: Kafka Secured Sink Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 202d0f1eeadf997fa7f0687b7c50489b2fca3dec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 19 09:40:21 2023 +0200

    Kafka Secured Sink Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/kafka-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/kafka-sink.kamelet.yaml b/kamelets/kafka-sink.kamelet.yaml
index 970fc01a..6b3d2c5a 100644
--- a/kamelets/kafka-sink.kamelet.yaml
+++ b/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}}";'


[camel-kamelets] 05/08: Kafka Scram Secured Source Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 12f8b5f74adc958b896e1bfbf16470dd8789c16a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 19 09:42:34 2023 +0200

    Kafka Scram Secured Source Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/kafka-scram-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/kafka-scram-source.kamelet.yaml b/kamelets/kafka-scram-source.kamelet.yaml
index ab39fea2..00e158fb 100644
--- a/kamelets/kafka-scram-source.kamelet.yaml
+++ b/kamelets/kafka-scram-source.kamelet.yaml
@@ -143,7 +143,7 @@ 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}}";'
         autoCommitEnable: "{{autoCommitEnable}}"
         allowManualCommit: "{{allowManualCommit}}"
         pollOnError: "{{pollOnError}}"


[camel-kamelets] 06/08: Kafka Scram Secured Source Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cfca81d47ba7aba7d7748513ebaf8e56c9d9ed8a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 19 09:44:58 2023 +0200

    Kafka Scram Secured Source Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/kafka-scram-source.kamelet.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-source.kamelet.yaml
index ab39fea2..00e158fb 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-scram-source.kamelet.yaml
@@ -143,7 +143,7 @@ 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}}";'
         autoCommitEnable: "{{autoCommitEnable}}"
         allowManualCommit: "{{allowManualCommit}}"
         pollOnError: "{{pollOnError}}"


[camel-kamelets] 02/08: Kafka Secured Source Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit df36403772be0d4d7841b7ce61993a1165d863ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 19 09:39:43 2023 +0200

    Kafka Secured Source Kamelet: use double quote around user and password
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/kafka-source.kamelet.yaml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-source.kamelet.yaml
index 65925964..e08e5035 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-source.kamelet.yaml
@@ -143,7 +143,7 @@ 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}}";'
         autoCommitEnable: "{{autoCommitEnable}}"
         allowManualCommit: "{{allowManualCommit}}"
         pollOnError: "{{pollOnError}}"


[camel-kamelets] 07/08: Kafka Scram Secured Sink Kamelet: use double quote around user and password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc3554a18eb9cd21140dcf02d8ad7c79261e644b
Author: Andrea Cosentino <an...@gmail.com>
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 <an...@gmail.com>
---
 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 3d7378c2..80004288 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}}";'