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/10/26 07:56:22 UTC

[camel-kamelets] branch main updated: Regen for commit 6c4725d2bd986123f378dc77ba61fcde9fd35b22

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


The following commit(s) were added to refs/heads/main by this push:
     new 33eadc09 Regen for commit 6c4725d2bd986123f378dc77ba61fcde9fd35b22
33eadc09 is described below

commit 33eadc09b3796304d83854eb17f7940b826d0fa6
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Wed Oct 26 07:51:13 2022 +0000

    Regen for commit 6c4725d2bd986123f378dc77ba61fcde9fd35b22
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/resources/kamelets/google-functions-sink.kamelet.yaml  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
index 61ee44e3..15f0af03 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -52,8 +52,8 @@ spec:
         type: string
       serviceAccountKey:
         title: Service Account Key
-        description: The path to the service account key file that provides credentials for the Google Cloud Functions platform.
-        type: string
+        description: The path to the service account key file that provides credentials for the Google Cloud Functions platform. You must encode this value in base64.
+        type: binary
         x-descriptors:
         - urn:camel:group:credentials
   dependencies:
@@ -67,6 +67,6 @@ spec:
       - to:
           uri: "google-functions://{{functionName}}"
           parameters:
-            serviceAccountKey: "{{serviceAccountKey}}"
+            serviceAccountKey: "base64:{{serviceAccountKey}}"
             project: "{{projectId}}"
             location: "{{region}}"