-
Notifications
You must be signed in to change notification settings - Fork 282
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
Integrate k-NN functionality with security plugin #2274
Conversation
Adds k-NN read only and full access roles to the default roles file. Signed-off-by: John Mazanec <[email protected]>
Adds k-NN model index to demo for system index. Signed-off-by: John Mazanec <[email protected]>
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.
Looks good to me, was there more work you wanted to do before merging? I'd rather merge this change and be able to employ the distribution level automation for faster verification.
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.
LGTM! @jmazanec15 if there is nothing more to be added from your end, can you please mark this as ready for review so that this can be merged
@peternied @DarshitChanpura Ready for review! |
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 <[email protected]> (cherry picked from commit e7a120c)
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 <[email protected]> (cherry picked from commit e7a120c) Co-authored-by: John Mazanec <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
…-project#2274) (opensearch-project#2455)" This reverts commit 6ded82d. Signed-off-by: John Mazanec <[email protected]>
)" This reverts commit 6ded82d. Resolves #2478 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
…#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 <[email protected]> (cherry picked from commit e7a120c) Co-authored-by: John Mazanec <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
…-project#2274) (opensearch-project#2455)" This reverts commit 6ded82d. Resolves opensearch-project#2478 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
Description
Adds 2 k-NN related roles to the plugin: read only and fully access.
Adds k-NN system index to demo scripts as well.
Issues Resolved
#2265
Testing
Pending
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.