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 2022/12/13 10:05:58 UTC

[camel-kamelets] branch main updated (bf08e92a -> dc2bb120)

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

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


    from bf08e92a Updated CHANGELOG.md
     new 2f1b5157 Google Storage Source Kamelet: serviceAccountKey is not required
     new d27f7955 Google Storage Source Kamelet: serviceAccountKey is not required
     new cb5ad0a2 Google Storage Source Kamelet: serviceAccountKey is not required
     new aeabe85b Google Storage Source Kamelet: serviceAccountKey is not required
     new c3684edd Google Storage Sink Kamelet: serviceAccountKey is not required
     new dc2bb120 Google Storage Sink Kamelet: serviceAccountKey is not required

The 6 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/google-storage-sink.kamelet.yaml                            | 5 ++---
 kamelets/google-storage-source.kamelet.yaml                          | 5 ++---
 .../src/main/resources/kamelets/google-storage-sink.kamelet.yaml     | 5 ++---
 .../src/main/resources/kamelets/google-storage-source.kamelet.yaml   | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)


[camel-kamelets] 03/06: Google Storage Source Kamelet: serviceAccountKey is not required

Posted by ac...@apache.org.
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 cb5ad0a2176d73edc56a0f26d0b00fe4c8c44dc3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 09:53:15 2022 +0100

    Google Storage Source Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/google-storage-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/google-storage-source.kamelet.yaml b/kamelets/google-storage-source.kamelet.yaml
index 583fd6ff..97a0f9a3 100644
--- a/kamelets/google-storage-source.kamelet.yaml
+++ b/kamelets/google-storage-source.kamelet.yaml
@@ -32,7 +32,7 @@ spec:
     description: |-
       Consume objects from Google Cloud Storage.
 
-      You must encode the `serviceAccountKey` property before you pass it as a parameter.
+      If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
     required:
       - bucketNameOrArn
     type: object


[camel-kamelets] 02/06: Google Storage Source Kamelet: serviceAccountKey is not required

Posted by ac...@apache.org.
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 d27f7955c15a5fcb19ca2bf3ee87a3c944d4a474
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 09:50:54 2022 +0100

    Google Storage Source Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/google-storage-source.kamelet.yaml     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml
index fed4e770..583fd6ff 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml
@@ -35,7 +35,6 @@ spec:
       You must encode the `serviceAccountKey` property before you pass it as a parameter.
     required:
       - bucketNameOrArn
-      - serviceAccountKey
     type: object
     properties:
       bucketNameOrArn:
@@ -71,7 +70,7 @@ spec:
       uri: "google-storage://{{bucketNameOrArn}}"
       parameters:
         autoCreateBucket: "{{autoCreateBucket}}"
-        serviceAccountKey: "base64:{{serviceAccountKey}}"
+        serviceAccountKey: "base64:{{?serviceAccountKey}}"
         deleteAfterRead: "{{deleteAfterRead}}"
       steps:
       - to: kamelet:sink


[camel-kamelets] 04/06: Google Storage Source Kamelet: serviceAccountKey is not required

Posted by ac...@apache.org.
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 aeabe85b5863b49d788d03628685f3f76728549b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 09:57:58 2022 +0100

    Google Storage Source Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/google-storage-source.kamelet.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml
index 583fd6ff..97a0f9a3 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-source.kamelet.yaml
@@ -32,7 +32,7 @@ spec:
     description: |-
       Consume objects from Google Cloud Storage.
 
-      You must encode the `serviceAccountKey` property before you pass it as a parameter.
+      If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
     required:
       - bucketNameOrArn
     type: object


[camel-kamelets] 06/06: Google Storage Sink Kamelet: serviceAccountKey is not required

Posted by ac...@apache.org.
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 dc2bb120e0f9cea315d4adb643d5db1202567ed8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:02:25 2022 +0100

    Google Storage Sink Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/google-storage-sink.kamelet.yaml     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-storage-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-sink.kamelet.yaml
index 8964be6f..5d6eeb88 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-sink.kamelet.yaml
@@ -32,12 +32,11 @@ spec:
     description: |-
       Upload objects to Google Cloud Storage.
       
-      You must encode the `serviceAccountKey` property before you pass it as a parameter.
+      If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
        
       In the header, you can set the `file` / `ce-file` property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename.
     required:
       - bucketNameOrArn
-      - serviceAccountKey
     type: object
     properties:
       bucketNameOrArn:
@@ -87,4 +86,4 @@ spec:
           uri: "google-storage://{{bucketNameOrArn}}"
           parameters:
             autoCreateBucket: "{{autoCreateBucket}}"
-            serviceAccountKey: "base64:{{serviceAccountKey}}"
+            serviceAccountKey: "base64:{{?serviceAccountKey}}"


[camel-kamelets] 05/06: Google Storage Sink Kamelet: serviceAccountKey is not required

Posted by ac...@apache.org.
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 c3684edd334325a80ec0d14cbfbc66f27c540c20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 10:54:34 2022 +0100

    Google Storage Sink Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/google-storage-sink.kamelet.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kamelets/google-storage-sink.kamelet.yaml b/kamelets/google-storage-sink.kamelet.yaml
index 8964be6f..5d6eeb88 100644
--- a/kamelets/google-storage-sink.kamelet.yaml
+++ b/kamelets/google-storage-sink.kamelet.yaml
@@ -32,12 +32,11 @@ spec:
     description: |-
       Upload objects to Google Cloud Storage.
       
-      You must encode the `serviceAccountKey` property before you pass it as a parameter.
+      If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
        
       In the header, you can set the `file` / `ce-file` property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename.
     required:
       - bucketNameOrArn
-      - serviceAccountKey
     type: object
     properties:
       bucketNameOrArn:
@@ -87,4 +86,4 @@ spec:
           uri: "google-storage://{{bucketNameOrArn}}"
           parameters:
             autoCreateBucket: "{{autoCreateBucket}}"
-            serviceAccountKey: "base64:{{serviceAccountKey}}"
+            serviceAccountKey: "base64:{{?serviceAccountKey}}"


[camel-kamelets] 01/06: Google Storage Source Kamelet: serviceAccountKey is not required

Posted by ac...@apache.org.
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 2f1b5157fb6c1c76ffb9378f6c4f15414639f27f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 09:49:56 2022 +0100

    Google Storage Source Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/google-storage-source.kamelet.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kamelets/google-storage-source.kamelet.yaml b/kamelets/google-storage-source.kamelet.yaml
index fed4e770..583fd6ff 100644
--- a/kamelets/google-storage-source.kamelet.yaml
+++ b/kamelets/google-storage-source.kamelet.yaml
@@ -35,7 +35,6 @@ spec:
       You must encode the `serviceAccountKey` property before you pass it as a parameter.
     required:
       - bucketNameOrArn
-      - serviceAccountKey
     type: object
     properties:
       bucketNameOrArn:
@@ -71,7 +70,7 @@ spec:
       uri: "google-storage://{{bucketNameOrArn}}"
       parameters:
         autoCreateBucket: "{{autoCreateBucket}}"
-        serviceAccountKey: "base64:{{serviceAccountKey}}"
+        serviceAccountKey: "base64:{{?serviceAccountKey}}"
         deleteAfterRead: "{{deleteAfterRead}}"
       steps:
       - to: kamelet:sink