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:32 UTC

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

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"