-
Notifications
You must be signed in to change notification settings - Fork 183
Adds capability to automatically switch to old access-control if model-group is excluded from protected resources setting #4244
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
base: main
Are you sure you want to change the base?
Conversation
… cluster setting Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
blocked by: |
…error Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Unable to reproduce the tests failures locally:
|
Found the root cause:
|
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
e476c18
to
505ce49
Compare
integTest failure:
not related to this PR. Seems flaky as well since it passed on another run: |
Overall looks good. Can you please update your PR description with more details like how customer will disable this resource? This will help to understand better the end to end flow. |
done. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4244 +/- ##
============================================
+ Coverage 80.11% 80.18% +0.06%
- Complexity 10160 10180 +20
============================================
Files 854 854
Lines 44219 44221 +2
Branches 5113 5114 +1
============================================
+ Hits 35428 35459 +31
+ Misses 6639 6617 -22
+ Partials 2152 2145 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Depends on: opensearch-project/security#5677
Description
Adds capability to automatically switch to old access-control if model-group is excluded from protected resources setting.
For more details to enable/disable cluster setting, refer this guide:
https://github.com/opensearch-project/security/blob/main/RESOURCE_SHARING_AND_ACCESS_CONTROL.md#part-2-cluster-admin-and-user-guide
Check List
--signoff
.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.