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/11/02 11:05:10 UTC

[camel-kamelets] branch main updated (34f080db -> 59dd58a7)

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

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


    from 34f080db Updated CHANGELOG.md
     new a6137dfc AWS Cloudtrail Source Kamelet: Add an eventsource parameter
     new 59dd58a7 AWS Cloudtrail Source Kamelet: Add an eventsource parameter

The 2 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/aws-cloudtrail-source.kamelet.yaml                         | 6 ++++++
 .../src/main/resources/kamelets/aws-cloudtrail-source.kamelet.yaml  | 6 ++++++
 2 files changed, 12 insertions(+)


[camel-kamelets] 02/02: AWS Cloudtrail Source Kamelet: Add an eventsource parameter

Posted by ac...@apache.org.
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

commit 59dd58a7b3a4097125cb6772d62dd42ea5c7de0e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 2 10:49:39 2022 +0100

    AWS Cloudtrail Source Kamelet: Add an eventsource parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/aws-cloudtrail-source.kamelet.yaml  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudtrail-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudtrail-source.kamelet.yaml
index 1d605328..3b756773 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudtrail-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudtrail-source.kamelet.yaml
@@ -65,6 +65,11 @@ spec:
         description: Maximum number of records that will be fetched in each poll.
         type: integer
         default: 1
+      eventSource:
+        title: Event Source
+        description: Specify an event source to select events.
+        type: string
+        example: secretsmanager.amazonaws.com
   dependencies:
     - "camel:core"
     - "camel:aws-cloudtrail"
@@ -76,6 +81,7 @@ spec:
         secretKey: "{{?secretKey}}"
         accessKey: "{{?accessKey}}"
         region: "{{region}}"
+        eventSource: "{{?eventSource}}"
         useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
         uriEndpointOverride: "{{?uriEndpointOverride}}"
         overrideEndpoint: "{{overrideEndpoint}}"


[camel-kamelets] 01/02: AWS Cloudtrail Source Kamelet: Add an eventsource parameter

Posted by ac...@apache.org.
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

commit a6137dfc4525976d36f4acc2443ca6adc57062a4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 2 09:56:36 2022 +0100

    AWS Cloudtrail Source Kamelet: Add an eventsource parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/aws-cloudtrail-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/aws-cloudtrail-source.kamelet.yaml b/kamelets/aws-cloudtrail-source.kamelet.yaml
index 1d605328..3b756773 100644
--- a/kamelets/aws-cloudtrail-source.kamelet.yaml
+++ b/kamelets/aws-cloudtrail-source.kamelet.yaml
@@ -65,6 +65,11 @@ spec:
         description: Maximum number of records that will be fetched in each poll.
         type: integer
         default: 1
+      eventSource:
+        title: Event Source
+        description: Specify an event source to select events.
+        type: string
+        example: secretsmanager.amazonaws.com
   dependencies:
     - "camel:core"
     - "camel:aws-cloudtrail"
@@ -76,6 +81,7 @@ spec:
         secretKey: "{{?secretKey}}"
         accessKey: "{{?accessKey}}"
         region: "{{region}}"
+        eventSource: "{{?eventSource}}"
         useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
         uriEndpointOverride: "{{?uriEndpointOverride}}"
         overrideEndpoint: "{{overrideEndpoint}}"