This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 4d61733e3 Fix #2954: default enableSSL to true in the opensearch
Kamelets (#2962)
4d61733e3 is described below
commit 4d61733e3a04a71cbed70e6ed16152d38641aac2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Aug 24 18:38:58 2026 +0200
Fix #2954: default enableSSL to true in the opensearch Kamelets (#2962)
The elasticsearch and opensearch Kamelets declare the same enableSSL
property at the same position with identical titles and descriptions, but
the elasticsearch pair defaulted to true and the opensearch pair to false.
Align the opensearch pair with its elasticsearch counterpart.
Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
---
kamelets/opensearch-index-sink.kamelet.yaml | 2 +-
kamelets/opensearch-search-source.kamelet.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kamelets/opensearch-index-sink.kamelet.yaml
b/kamelets/opensearch-index-sink.kamelet.yaml
index 9f0bb70d1..17c264a90 100644
--- a/kamelets/opensearch-index-sink.kamelet.yaml
+++ b/kamelets/opensearch-index-sink.kamelet.yaml
@@ -53,7 +53,7 @@ spec:
title: Enable SSL
description: Specifies to connect by using SSL.
type: boolean
- default: false
+ default: true
hostAddresses:
title: Host Addresses
description: A comma-separated list of remote transport addresses in
`ip:port format`.
diff --git a/kamelets/opensearch-search-source.kamelet.yaml
b/kamelets/opensearch-search-source.kamelet.yaml
index 58ce60a70..7249283d0 100644
--- a/kamelets/opensearch-search-source.kamelet.yaml
+++ b/kamelets/opensearch-search-source.kamelet.yaml
@@ -64,7 +64,7 @@ spec:
title: Enable SSL
description: Do we want to connect using SSL?
type: boolean
- default: false
+ default: true
hostAddresses:
title: Host Addresses
description: Comma separated list with ip:port formatted remote
transport addresses to use.