From bb204b9083a686bdc7fa74fdab1cf693d8b37fc8 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Wed, 30 Nov 2022 11:39:40 +0100 Subject: [PATCH] Add a Google Cloud Storage CDC Source Kamelet Signed-off-by: Andrea Cosentino --- .../resources/kamelets/google-storage-cdc-source.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml index f55543ead..b3c9c4b37 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml @@ -35,6 +35,8 @@ spec: Service account key is the basic method for authenticating to the Google Pubsub and Google Storage. To use this Kamelet you'll need to set up Events notification for your Google Storage Bucket. + + You must encode the `serviceAccountKey` property before you pass it as a parameter. required: - projectId - subscriptionName