-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Improve built-in secure transports support #4179
Conversation
Depends on opensearch-project/OpenSearch#12907 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple comments but clean code as always. Thanks @reta
src/main/java/org/opensearch/security/ssl/OpenSearchSecuritySSLPlugin.java
Show resolved
Hide resolved
src/test/java/org/opensearch/security/ssl/OpenSearchSecuritySSLPluginTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
The BWC / plugins check fail, we need distributions being published |
src/main/java/org/opensearch/security/ssl/OpenSearchSecureSettingsFactory.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4179 +/- ##
==========================================
- Coverage 66.21% 66.19% -0.02%
==========================================
Files 302 301 -1
Lines 21701 21709 +8
Branches 3501 3505 +4
==========================================
+ Hits 14369 14371 +2
- Misses 5579 5581 +2
- Partials 1753 1757 +4
|
@scrawfor99 may I ask you please to reapprove (new tests were pushed), thank you! |
The BWC tests are failing because the change is breaking (on experimental API) and for a clean build, we would need #4187 first |
…ect#4179) Signed-off-by: Andriy Redko <[email protected]>
Description
Incorporate further improvements from opensearch-project/OpenSearch#12907
Issues Resolved
Part of opensearch-project/OpenSearch#12903
Is this a backport? If so, please add backport PR # and/or commits #
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
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.