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

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

commit 3d9e1fa07468f819930d841c81eaa38615dc72e1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Dec 13 09:53:15 2022 +0100

    Google Storage Source Kamelet: serviceAccountKey is not required
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 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

Reply via email to