forked from opensearch-project/security
-
Notifications
You must be signed in to change notification settings - Fork 0
Resource shadow index #53
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
Open
cwperks
wants to merge
44
commits into
refactor-share-with-action-group
Choose a base branch
from
resource-shadow-index
base: refactor-share-with-action-group
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ect#5334) Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Nagaraj G <[email protected]> Co-authored-by: Nagaraj G <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
…yed by the resourceId Signed-off-by: Craig Perkins <[email protected]>
…ct#5339) Signed-off-by: Nils Bandener <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
…ls (opensearch-project#5335) Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… resolve (opensearch-project#5348) Signed-off-by: Craig Perkins <[email protected]>
…ect#5346) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Shikhar Jain <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Andrey Pleskach <[email protected]>
Signed-off-by: Nils Bandener <[email protected]>
…5256) Signed-off-by: Andrey Pleskach <[email protected]>
…ct#5362) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…arch-project#5361) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Nils Bandener <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
…h-project#5371) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ch-project#5369) Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Rishav Kumar <[email protected]> Co-authored-by: Rishav Kumar <[email protected]>
…t#5355) Signed-off-by: Craig Perkins <[email protected]>
…search-project#5376) Signed-off-by: Fen Qin <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…earch-project#5383) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…conflicts (opensearch-project#5384) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]>
…rch-project#5381) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…h-project#5382) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]>
…info and cleans up some code Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Kaituo Li <[email protected]>
…ct#5370) Signed-off-by: Nagaraj G <[email protected]> Signed-off-by: Darshit Chanpura <[email protected]> Co-authored-by: Nagaraj G <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]>
…is called (opensearch-project#5377) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR makes a modification to the resource sharing logic to store sharing info in "backing" indices for each resource index. Instead of a single index containing all sharing info for all resources in the cluster, each individual resource index will have a paired "{resourceIndex}-sharing" index with information about the resource owner and sharing info. The IDs in this index will be the same ID of the docs in the resource index for simplification.
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.