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/03 07:35:33 UTC

[camel-kamelets] branch 0.9.x updated (47117463 -> 313cc77c)

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

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


    from 47117463 Back to 0.9.1-SNAPSHOT
     new 82dc9613 Azure Storage Blob Kamelets should specify which kind of credentials to use
     new b60d6b41 Azure Storage Blob Kamelets should specify which kind of credentials to use
     new 1fce0622 Azure Storage Blob Kamelets should specify which kind of credentials to use
     new 313cc77c Azure Storage Blob Kamelets should specify which kind of credentials to use

The 4 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/azure-storage-blob-sink.kamelet.yaml                       | 6 ++++++
 kamelets/azure-storage-blob-source.kamelet.yaml                     | 6 ++++++
 .../main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml    | 6 ++++++
 .../main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 6 ++++++
 4 files changed, 24 insertions(+)


[camel-kamelets] 01/04: Azure Storage Blob Kamelets should specify which kind of credentials to use

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 82dc9613c67fd037a1446c637f7f3686110e74b5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 3 09:28:13 2022 +0200

    Azure Storage Blob Kamelets should specify which kind of credentials to use
---
 kamelets/azure-storage-blob-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/azure-storage-blob-source.kamelet.yaml b/kamelets/azure-storage-blob-source.kamelet.yaml
index eac00186..c7fb337c 100644
--- a/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -62,6 +62,11 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        type: string
+        default: SHARED_ACCOUNT_KEY
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"
@@ -79,6 +84,7 @@ spec:
           parameters:
             operation: "listBlobs"
             accessKey: "{{accessKey}}"
+            credentialType: "{{credentialType}}"
       - split:
           jsonpath: "$.*"
           steps:


[camel-kamelets] 03/04: Azure Storage Blob Kamelets should specify which kind of credentials to use

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1fce06224d387ae9fb2485d8a39dc3c2f46074ec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 3 09:30:36 2022 +0200

    Azure Storage Blob Kamelets should specify which kind of credentials to use
---
 kamelets/azure-storage-blob-sink.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/azure-storage-blob-sink.kamelet.yaml b/kamelets/azure-storage-blob-sink.kamelet.yaml
index 5d5fc08e..80ed7d31 100644
--- a/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -63,6 +63,11 @@ spec:
         description: The operation to perform.
         type: string
         default: uploadBlockBlob
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        type: string
+        default: SHARED_ACCOUNT_KEY
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"
@@ -93,3 +98,4 @@ spec:
           parameters:
             accessKey: "{{accessKey}}"
             operation: "{{operation}}"
+            credentialType: "{{credentialType}}"


[camel-kamelets] 02/04: Azure Storage Blob Kamelets should specify which kind of credentials to use

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b60d6b41d326b655d87cc59d553b72e586a303f0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 3 09:29:18 2022 +0200

    Azure Storage Blob Kamelets should specify which kind of credentials to use
---
 .../main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index eac00186..c7fb337c 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -62,6 +62,11 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        type: string
+        default: SHARED_ACCOUNT_KEY
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"
@@ -79,6 +84,7 @@ spec:
           parameters:
             operation: "listBlobs"
             accessKey: "{{accessKey}}"
+            credentialType: "{{credentialType}}"
       - split:
           jsonpath: "$.*"
           steps:


[camel-kamelets] 04/04: Azure Storage Blob Kamelets should specify which kind of credentials to use

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 313cc77c82dfe7a0f03ae7184ccb564e654fe7f7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 3 09:31:33 2022 +0200

    Azure Storage Blob Kamelets should specify which kind of credentials to use
---
 .../main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
index 5d5fc08e..80ed7d31 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -63,6 +63,11 @@ spec:
         description: The operation to perform.
         type: string
         default: uploadBlockBlob
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        type: string
+        default: SHARED_ACCOUNT_KEY
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"
@@ -93,3 +98,4 @@ spec:
           parameters:
             accessKey: "{{accessKey}}"
             operation: "{{operation}}"
+            credentialType: "{{credentialType}}"