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 5d9a224e4712a1d48fa910a155d7d0b62896898d Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 6 15:03:02 2021 +0100 The remove-header-name EIP should use name instead of header-name --- .../main/resources/kamelets/openai-classification-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/openai-classification-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/openai-classification-action.kamelet.yaml index 13e4e6b..8bea76b 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/openai-classification-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/openai-classification-action.kamelet.yaml @@ -133,7 +133,7 @@ spec: constant: "application/json" - to: "https://api.openai.com/v1/classifications" - remove-header: - header-name: "Authorization" + name: "Authorization" - set-property: name: format constant: "{{format}}"
