-
Notifications
You must be signed in to change notification settings - Fork 2k
[Security Manager Replacement] Phase off SecurityManager usage in favor of Java Agent #17861
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
Conversation
❌ Gradle check result for e4b0865: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 5f67ad7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…or of Java Agent Signed-off-by: Andriy Redko <[email protected]>
overall LGTM!. thank-you @reta for this beautiful work! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17861 +/- ##
============================================
- Coverage 72.44% 72.34% -0.11%
+ Complexity 66483 66436 -47
============================================
Files 5409 5407 -2
Lines 308282 308167 -115
Branches 44759 44737 -22
============================================
- Hits 223344 222950 -394
- Misses 66608 67027 +419
+ Partials 18330 18190 -140 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
client/rest-high-level/src/test/resources/org/opensearch/bootstrap/test.policy
Show resolved
Hide resolved
We will onboard this to RC1 since it is merged early. Thanks. |
…or of Java Agent (opensearch-project#17861) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Sriram Ganesh <[email protected]>
Hi @reta
And i doubt this is related to the Java Agent changes that we have done. Can you please take a look and suggest if its related and any resolution? |
|
Hi @skumawat2025 , I cannot reproduce the issue locally (and on CI as well), the error is related to Java agent changes but should be addressed (@peterzhuamazon pointed out the right commit). |
Description
Phase off SecurityManager usage in favor of Java Agent
Related Issues
Closes #17662
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.