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 6687bdea80328b17637d5ac09c549a517d10fba1 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Dec 13 09:57:58 2022 +0100 Google Storage Source Kamelet: serviceAccountKey is not required Signed-off-by: Andrea Cosentino <[email protected]> --- .../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
