-
Notifications
You must be signed in to change notification settings - Fork 276
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
securityadmin: Replace TransportClient by RestHighLevelClient #1638
securityadmin: Replace TransportClient by RestHighLevelClient #1638
Conversation
bd8c297
to
0feced5
Compare
src/test/java/org/opensearch/security/InitializationIntegrationTests.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/security/action/configupdate/ConfigUpdateNodeResponse.java
Show resolved
Hide resolved
src/main/java/org/opensearch/security/rest/SecurityConfigUpdateAction.java
Show resolved
Hide resolved
src/main/java/org/opensearch/security/rest/SecurityWhoAmIAction.java
Outdated
Show resolved
Hide resolved
0feced5
to
ab9cb0a
Compare
Signed-off-by: rs-eliatra <[email protected]>
Implement getting free port in tests: SinkProviderTLSTest and WebhookAuditLogTest Signed-off-by: rs-eliatra <[email protected]>
ab9cb0a
to
04d5dcb
Compare
Codecov Report
@@ Coverage Diff @@
## main #1638 +/- ##
============================================
- Coverage 64.61% 64.05% -0.56%
+ Complexity 3217 3212 -5
============================================
Files 247 249 +2
Lines 17352 17478 +126
Branches 3082 3087 +5
============================================
- Hits 11212 11196 -16
- Misses 4594 4723 +129
- Partials 1546 1559 +13
Continue to review full report at Codecov.
|
Signed-off-by: rs-eliatra <[email protected]>
12758fe
to
191bfe9
Compare
Signed-off-by: rs-eliatra <[email protected]>
src/main/java/org/opensearch/security/action/configupdate/ConfigUpdateNodeResponse.java
Show resolved
Hide resolved
src/main/java/org/opensearch/security/action/configupdate/ConfigUpdateResponse.java
Show resolved
Hide resolved
@rs-eliatra @nibix 1.3 branch has been created to hold all changes for 1.3 branch. This PR will be included in 2.0 branch, so |
src/test/java/org/opensearch/security/SecurityAdminIEndpointsTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/security/SecurityAdminIEndpointsTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/security/SecurityAdminIEndpointsTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: rs-eliatra <[email protected]>
Signed-off-by: rs-eliatra <[email protected]>
Removing the label |
@cliu123 Is there a reason we do not want this change in 1.3? Seems like it will more than make the pencils down date |
This change is not necessary for 1.3.0 since |
…arch-project#1638) Signed-off-by: rs-eliatra <[email protected]>
…#1638 Signed-off-by: Peter Nied <[email protected]>
Windows build and test support for 1.3 - Use most recent format of CI workflows from main - Backport #2206 - Supply workarounds for JDK8 incompatible APIs for Encoding / Pattern matching (Thanks @cwperks!) - Backport only freeport logic from #1638 - Backport #1758 - All updates to TestAuditlogImpl.java from main - #2180 - #1935 - #1920 - #1914 - #1829 - And Targeted test updates for ComplianceAuditlogTest and BasicAuditlogTest to keep up with TestAuditlogImpl.java updates Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> Co-authored-by: Stephen Crawford <[email protected]>
…arch-project#1638) Signed-off-by: rs-eliatra <[email protected]>
Description
[Describe what this change achieves]
Check description in: Replace uses of deprecated TransportClient #1578
Issues Resolved
#1578
Testing
Testing done:
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.