-
Notifications
You must be signed in to change notification settings - Fork 112
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
Replace sample.pem and test-kirk.jks to match other plugins #1147
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Let's wait for security test CI finished |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1147 +/- ##
============================================
- Coverage 75.37% 75.32% -0.05%
+ Complexity 2814 2809 -5
============================================
Files 367 367
Lines 17038 17038
Branches 2370 2370
============================================
- Hits 12842 12834 -8
- Misses 2894 2902 +8
Partials 1302 1302 ☔ View full report in Codecov by Sentry. |
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.
Thanks @cwperks !! You beat me to it. This should solve CI issues.
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit e5a13ff) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit e5a13ff) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…1149) (cherry picked from commit e5a13ff) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…1148) (cherry picked from commit e5a13ff) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Replacing
sample.pem
andtest-kirk.jks
to match the reporting plugin and anomaly-detection pluginThis resolves integ test failures running with security.
When backporting to 2.x/2.13 there are more instances of
internal_elasticsearch
that should be replaced withinternal_opensearch
inbuild.gradle
.CheckList:
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.