You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/09 08:49:31 UTC

[camel-kamelets] branch beer-no-headers created (now 5db6c463)

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

davsclaus pushed a change to branch beer-no-headers
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 5db6c463 beer-source should not include unwanted HTTP headers

This branch includes the following new commits:

     new 5db6c463 beer-source should not include unwanted HTTP headers

The 1 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.



[camel-kamelets] 01/01: beer-source should not include unwanted HTTP headers

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

davsclaus pushed a commit to branch beer-no-headers
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 5db6c463d1c7aed8ce813027877cc34e99243b26
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 9 10:49:14 2023 +0200

    beer-source should not include unwanted HTTP headers
---
 kamelets/beer-source.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kamelets/beer-source.kamelet.yaml b/kamelets/beer-source.kamelet.yaml
index b21d3c15..c389a9b4 100644
--- a/kamelets/beer-source.kamelet.yaml
+++ b/kamelets/beer-source.kamelet.yaml
@@ -36,4 +36,6 @@ spec:
         period: "{{period}}"
       steps:
       - to: https://random-data-api.com/api/beer/random_beer
+      - removeHeaders:
+        pattern: '*'
       - to: "kamelet:sink"