Replace _opendistro route to _plugins#2172
Replace _opendistro route to _plugins#2172willyborankin wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
1c2bf8f to
f6d1e68
Compare
Signed-off-by: Andrey Pleskach <ples@aiven.io>
f6d1e68 to
c49da4b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2172 +/- ##
=======================================
Coverage 71.46% 71.46%
=======================================
Files 97 97
Lines 2649 2649
Branches 403 403
=======================================
Hits 1893 1893
Misses 641 641
Partials 115 115 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thank you @willyborankin. I just merged in the latest changes from main which had fixes for all CI checks. I expect most checks to pass now, except for the SAML tests for this PR. |
|
@cwperks as you expected only SAML tests failed |
DarshitChanpura
left a comment
There was a problem hiding this comment.
@willyborankin I believe this assertion builder needs to change in security plugin before we merge this:
https://github.com/opensearch-project/security/blob/34735bb44a85c4e3f74fb666103b2d9670ce2ac6/src/main/java/com/amazon/dlic/auth/http/saml/Saml2SettingsProvider.java#L221
Closing this, as all paths will be removed in version 4.x." |
Description
The change is related to opensearch-project/security#5066 in the security plugin, which removes
_opendistorouteWhat is the old behavior before changes and new behavior after changes?
Issues Resolved
[List any issues this PR will resolve (Is this a backport? If so, please add backport PR # and/or commits #)]
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.