Introduce SecureHttpTransportParameters experimental API (to complement SecureTransportParameters counterpart)#18572
Merged
reta merged 1 commit intoopensearch-project:mainfrom Jun 20, 2025
Conversation
…nt SecureTransportParameters counterpart) Signed-off-by: Andriy Redko <drreta@gmail.com>
Contributor
Author
andrross
approved these changes
Jun 20, 2025
Contributor
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18572 +/- ##
============================================
+ Coverage 72.68% 72.70% +0.01%
+ Complexity 68130 68116 -14
============================================
Files 5540 5541 +1
Lines 313379 313387 +8
Branches 45472 45472
============================================
+ Hits 227785 227835 +50
+ Misses 67070 66981 -89
- Partials 18524 18571 +47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5 tasks
neuenfeldttj
pushed a commit
to neuenfeldttj/OpenSearch
that referenced
this pull request
Jun 26, 2025
…nt SecureTransportParameters counterpart) (opensearch-project#18572) Signed-off-by: Andriy Redko <drreta@gmail.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
neuenfeldttj
pushed a commit
to neuenfeldttj/OpenSearch
that referenced
this pull request
Jun 26, 2025
…nt SecureTransportParameters counterpart) (opensearch-project#18572) Signed-off-by: Andriy Redko <drreta@gmail.com>
tandonks
pushed a commit
to tandonks/OpenSearch
that referenced
this pull request
Aug 5, 2025
…nt SecureTransportParameters counterpart) (opensearch-project#18572) Signed-off-by: Andriy Redko <drreta@gmail.com>
This was referenced Jan 10, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduce
SecureHttpTransportParametersexperimental API (to complementSecureTransportParameterscounterpart). The way we configure SSL Context in Reactor Netty 4 transport is not very clean and turned out to be fragile. By introducingSecureHttpTransportParameters(similarly withSecureTransportParameters), the transport could be configured in straightforward way.Related Issues
Towards #18559
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.