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

oscerd 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 350b0cd0f Regen for commit 2015bcf89 (#2985)
350b0cd0f is described below

commit 350b0cd0f84fc216f22d91979f185372000aad00
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 09:45:49 2026 +0200

    Regen for commit 2015bcf89 (#2985)
    
    Sync the camel-kamelets resource bundle mirror with the aws-ec2-sink change 
merged in #2978. Generated by the regen bot; the mirrored file is 
byte-identical to kamelets/aws-ec2-sink.kamelet.yaml on main.
---
 .../src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml        | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
index adb062fdc..407b66081 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
@@ -98,6 +98,15 @@ spec:
     from:
       uri: kamelet:source
       steps:
+      # Strip the whole camel-aws2-ec2 header family up-front, before this
+      # Kamelet applies its own contract below: the operation is pinned to the
+      # read-only describeInstancesStatus and instanceIds / ce-instanceids is
+      # the only interface the definition advertises. Using a pattern also
+      # covers CamelAwsEC2* keys the component may add in the future. The
+      # pagination headers that describeInstancesStatus itself reads are kept.
+      - removeHeaders:
+          pattern: "CamelAwsEC2*"
+          excludePattern: "CamelAwsEC2(NextToken|MaxResults)"
       - choice:
           when:
           - simple: "${header[instanceIds]}"

Reply via email to