opensearch-project / index-management

🗃 Automate periodic data operations, such as deleting indices at a certain age or performing a rollover at a certain size
https://opensearch.org/docs/latest/im-plugin/index/
Apache License 2.0
52 stars 107 forks source link

Replace sample.pem and test-kirk.jks to match other plugins #1147

Closed cwperks closed 3 months ago

cwperks commented 3 months ago

Replacing sample.pem and test-kirk.jks to match the reporting plugin and anomaly-detection plugin

This 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 with internal_opensearch in build.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.

Hailong-am commented 3 months ago

Let's wait for security test CI finished

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.32%. Comparing base (737659d) to head (fc237d4).

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.