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 43c6306cfaa5f7f2f6e7ce92482d0016be1a3144 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 13 10:08:45 2023 +0100 Enum Http Method in Http Secured Sink Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/http-secured-sink.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/http-secured-sink.kamelet.yaml b/kamelets/http-secured-sink.kamelet.yaml index 65bbec88..8fa1582c 100644 --- a/kamelets/http-secured-sink.kamelet.yaml +++ b/kamelets/http-secured-sink.kamelet.yaml @@ -46,6 +46,7 @@ spec: description: The HTTP method to use type: string default: POST + enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"] authMethod: title: Authentication Method description: Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.
