-
Notifications
You must be signed in to change notification settings - Fork 133
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 changes to model-access-control feature branch #837
Merged
ylwu-amzn
merged 3 commits into
opensearch-project:model-access-control
from
ylwu-amzn:backport_accesscontrol
Mar 28, 2023
Merged
Backport changes to model-access-control feature branch #837
ylwu-amzn
merged 3 commits into
opensearch-project:model-access-control
from
ylwu-amzn:backport_accesscontrol
Mar 28, 2023
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
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
ylwu-amzn
force-pushed
the
backport_accesscontrol
branch
from
March 28, 2023 16:00
03dbeb6
to
a649ee6
Compare
…ensearch-project#824) Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
ylwu-amzn
force-pushed
the
backport_accesscontrol
branch
from
March 28, 2023 16:04
a649ee6
to
09a333e
Compare
rbhavna
approved these changes
Mar 28, 2023
OpenSearch core backported Xcontent breaking changes to 2.x opensearch-project/OpenSearch#5902. So this PR can't build pass CI workflow. Will fix the breaking changes in a separate PR. |
b4sjoo
approved these changes
Mar 28, 2023
rbhavna
pushed a commit
to rbhavna/ml-commons
that referenced
this pull request
May 19, 2023
…roject#837) * rename model meta/chunk API (opensearch-project#827) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Change the ziputil dependency to fix a potential security concern (opensearch-project#824) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add text docs ML input (opensearch-project#830) Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com>
zane-neo
pushed a commit
that referenced
this pull request
May 23, 2023
* Backport changes to model-access-control feature branch (#837) * rename model meta/chunk API (#827) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Change the ziputil dependency to fix a potential security concern (#824) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add text docs ML input (#830) Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com> * add model group (#840) * add model group Signed-off-by: Yaliang Wu <ylwu@amazon.com> * rename create model group as register model group Signed-off-by: Yaliang Wu <ylwu@amazon.com> * fix class name in build.gradle Signed-off-by: Yaliang Wu <ylwu@amazon.com> * remove unused code; stash thread context Signed-off-by: Yaliang Wu <ylwu@amazon.com> * exclude class for low coverage Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> * access validation for register/update model-group, register/get/delete/deploy/predict model Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * changes to security utils and register/search model group Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * update last_updated_time in model group when new version added Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix undeploy model action Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix format violations Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * rebased to 2.x and prediction/search API fix Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix rebase conflicts Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * new delete model group API Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix formal violations Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> Co-authored-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com>
b4sjoo
added a commit
to b4sjoo/ml-commons
that referenced
this pull request
May 30, 2023
* Backport changes to model-access-control feature branch (opensearch-project#837) * rename model meta/chunk API (opensearch-project#827) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Change the ziputil dependency to fix a potential security concern (opensearch-project#824) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add text docs ML input (opensearch-project#830) Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com> * add model group (opensearch-project#840) * add model group Signed-off-by: Yaliang Wu <ylwu@amazon.com> * rename create model group as register model group Signed-off-by: Yaliang Wu <ylwu@amazon.com> * fix class name in build.gradle Signed-off-by: Yaliang Wu <ylwu@amazon.com> * remove unused code; stash thread context Signed-off-by: Yaliang Wu <ylwu@amazon.com> * exclude class for low coverage Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> * access validation for register/update model-group, register/get/delete/deploy/predict model Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * changes to security utils and register/search model group Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * update last_updated_time in model group when new version added Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix undeploy model action Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix format violations Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * rebased to 2.x and prediction/search API fix Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix rebase conflicts Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * new delete model group API Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix formal violations Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> Co-authored-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com>
b4sjoo
added a commit
to b4sjoo/ml-commons
that referenced
this pull request
May 30, 2023
* Backport changes to model-access-control feature branch (opensearch-project#837) * rename model meta/chunk API (opensearch-project#827) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Change the ziputil dependency to fix a potential security concern (opensearch-project#824) Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add text docs ML input (opensearch-project#830) Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com> * add model group (opensearch-project#840) * add model group Signed-off-by: Yaliang Wu <ylwu@amazon.com> * rename create model group as register model group Signed-off-by: Yaliang Wu <ylwu@amazon.com> * fix class name in build.gradle Signed-off-by: Yaliang Wu <ylwu@amazon.com> * remove unused code; stash thread context Signed-off-by: Yaliang Wu <ylwu@amazon.com> * exclude class for low coverage Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> * access validation for register/update model-group, register/get/delete/deploy/predict model Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * changes to security utils and register/search model group Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * update last_updated_time in model group when new version added Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix undeploy model action Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix format violations Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * rebased to 2.x and prediction/search API fix Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix rebase conflicts Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * new delete model group API Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> * fix formal violations Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com> Co-authored-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: Sicheng Song <sicheng.song@outlook.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.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.
Description
Backport changes to model-access-control feature branch
Issues Resolved
[List any issues this PR will resolve]
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.