-
Notifications
You must be signed in to change notification settings - Fork 275
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
Fix issue with Get mappings on a Closed index #4685
Fix issue with Get mappings on a Closed index #4685
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4685 +/- ##
==========================================
- Coverage 67.98% 67.97% -0.01%
==========================================
Files 310 310
Lines 20924 20924
Branches 3318 3319 +1
==========================================
- Hits 14225 14224 -1
Misses 4951 4951
- Partials 1748 1749 +1
|
Signed-off-by: Craig Perkins <cwperx@amazon.com>
src/main/java/org/opensearch/security/securityconf/ConfigModelV6.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Craig Perkins <cwperx@amazon.com>
7de38e5
src/main/java/org/opensearch/security/identity/NoopPluginSubject.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/security/OpenSearchSecurityPlugin.java
Outdated
Show resolved
Hide resolved
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.
You might need to remove the commits from a different rebase?
Done |
Pushed another commit to resolve conflicts |
@nibix @peternied @RyanL1997 @willyborankin Can I get another review on this? |
@cwperks LGTM |
Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 99457b1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR fixes an issue filtering out fields on a GET Mappings request on a closed index. This PR updates the indices options used when getting concrete indices.
Bug fix
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.