Skip to content

Introduced explicit index resolution API #5399

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nibix
Copy link
Collaborator

@nibix nibix commented Jun 16, 2025

Description

This is a branch merge request to illustrate the changes needed for the improved index resolution #5367. It is not yet finished yet. It is dependent on changes in core. Thus, this PR does not even compile yet.

Please look first at the companion PR in core: opensearch-project/OpenSearch#18523

  • Category
    • Enhancement
  • Why these changes are required?
    • The current index resolution mechanism employed by the security plugin (with the class IndexResolverReplacer in the center) has several downsides: It is slow, it is fragile, it is messy. The goal of the changes in this and the related PR is to fix this.
  • What is the old behavior before changes and new behavior after changes?

Issues Resolved

Testing

Check List

  • New functionality includes testing
  • New functionality has been documented
  • New Roles/Permissions have a corresponding security dashboards plugin PR
  • API changes companion pull request created
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
@nibix nibix force-pushed the improved-index-resolution branch from fae61fc to 969bfef Compare June 21, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant