-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Backport 2.x] Integrate k-NN functionality with security plugin #2455
Merged
Conversation
This file contains 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
Adds k-NN read only and full access roles to the default roles file. Adds k-NN model index to demo for system index. Signed-off-by: John Mazanec <jmazane@amazon.com> (cherry picked from commit e7a120c)
RyanL1997
approved these changes
Feb 21, 2023
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #2455 +/- ##
============================================
+ Coverage 61.07% 61.09% +0.02%
- Complexity 3252 3253 +1
============================================
Files 258 258
Lines 18130 18130
Branches 3231 3231
============================================
+ Hits 11073 11077 +4
+ Misses 5486 5483 -3
+ Partials 1571 1570 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
stephen-crawford
approved these changes
Feb 21, 2023
jmazanec15
added a commit
to jmazanec15/security
that referenced
this pull request
Feb 24, 2023
…-project#2274) (opensearch-project#2455)" This reverts commit 6ded82d. Signed-off-by: John Mazanec <jmazane@amazon.com>
peternied
added a commit
that referenced
this pull request
Feb 24, 2023
peternied
added a commit
that referenced
this pull request
Feb 24, 2023
wuychn
pushed a commit
to ochprince/security
that referenced
this pull request
Mar 16, 2023
…#2274) (opensearch-project#2455) Adds k-NN read only and full access roles to the default roles file. Adds k-NN model index to demo for system index. Signed-off-by: John Mazanec <jmazane@amazon.com> (cherry picked from commit e7a120c) Co-authored-by: John Mazanec <jmazane@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com>
wuychn
pushed a commit
to ochprince/security
that referenced
this pull request
Mar 16, 2023
…-project#2274) (opensearch-project#2455)" This reverts commit 6ded82d. Resolves opensearch-project#2478 Signed-off-by: Peter Nied <petern@amazon.com> Signed-off-by: Peter Nied <peternied@hotmail.com>
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.
Backport e7a120c from #2274