-
Notifications
You must be signed in to change notification settings - Fork 282
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
Use evaluateSslExceptionHandler() when constructing OpenSearchSecureSettingsFactory #4725
Use evaluateSslExceptionHandler() when constructing OpenSearchSecureSettingsFactory #4725
Conversation
…ettingsFactory Signed-off-by: Andriy Redko <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4725 +/- ##
==========================================
- Coverage 65.54% 65.52% -0.03%
==========================================
Files 319 319
Lines 22448 22448
Branches 3602 3602
==========================================
- Hits 14714 14708 -6
- Misses 5927 5929 +2
- Partials 1807 1811 +4
|
014c8de
into
opensearch-project:main
…ettingsFactory (#4725) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 014c8de) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ettingsFactory (opensearch-project#4725) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: tmanninger <[email protected]>
Hi there, Was this fix well integrated into the v2.18.0? |
@ahmedjami waiting for confirmation from #4718 reporter the message is gone, this is why it is still open |
Thanks @reta for your reply. |
@ahmedjami correct |
One more question @reta please |
@ahmedjami No plans so far, we are not planning to have any patch releases for 2.15 line |
Description
While working on #4119, a minor regression related to configuring the right
sslExceptionHandler
sneaked in, fixing it now.Issues Resolved
Part of #4718
Is this a backport? If so, please add backport PR # and/or commits #, and remove
backport-failed
label from the original PR.Do these changes introduce new permission(s) to be displayed in the static dropdown on the front-end? If so, please open a draft PR in the security dashboards plugin and link the draft PR here
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.