-
Notifications
You must be signed in to change notification settings - Fork 138
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
Model access control dev rebase #928
Merged
b4sjoo
merged 20 commits into
opensearch-project:2.x
from
b4sjoo:model-access-control-dev-rebase
May 31, 2023
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3beba53
model access control changes rebased to 2.x (#902)
rbhavna 8c9285e
Model access control dev1 (#905)
zane-neo 09b759e
fix undeploy model API (#906)
ylwu-amzn 466b9bf
Fix some bugs for model access control (#907)
ylwu-amzn ca2737c
get 10k model group ids when search model (#908)
ylwu-amzn b3fb6f3
Fix no corresponding backend roles user can update model issue (#909)
zane-neo e24e754
1. revert model content hash change; 2.fix task search with permissio…
zane-neo d296fff
remove tags and add unit tests for register model group (#912)
rbhavna 5ebb436
add access control to register version via local file and minor fixes…
rbhavna d5b7d66
Change model_access_control to optional when register model (#914)
zane-neo 829b88a
Add ITs and UTs and refactor model group search code and fixed minor …
zane-neo 9a8afca
fix metric correlation (#915)
ylwu-amzn 45631a3
fix model meta API and add update model group UTs (#918)
rbhavna 4ea9cff
Fix model search IT bugs (#920)
zane-neo 1cbc374
Add undeploy models UTs (#926)
zane-neo a6ec9b9
Unit tests for model access control new classes (#927)
rbhavna 4cbd86f
bump 2.8 to unblock 2.8 release (#896)
jngz-es 6210255
spotlessApply styling
b4sjoo 2115f54
Add Search Model Group Rest Action unit tests and minor fixes (#929)
rbhavna df49851
Add unit tests for new classes
b4sjoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
Missed
backend_roles
fieldThere 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.
Thanks for the catch. I forgot adding it, I guess