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 2023/10/09 11:16:16 UTC

[camel-kamelets] branch 4.0.x updated: beer-source should not include unwanted HTTP headers (#1676) (#1677)

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new f43f4e9f beer-source should not include unwanted HTTP headers (#1676) (#1677)
f43f4e9f is described below

commit f43f4e9fe657e925bfe14d471053c1e526648fd6
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Oct 9 13:16:09 2023 +0200

    beer-source should not include unwanted HTTP headers (#1676) (#1677)
    
    Co-authored-by: Claus Ibsen <cl...@gmail.com>
---
 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 811ffc75..f671cc7e 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"