-
Notifications
You must be signed in to change notification settings - Fork 292
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
Add Tenants REST API test and partial fix #4166 #4465
Add Tenants REST API test and partial fix #4166 #4465
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4465 +/- ##
==========================================
- Coverage 65.27% 65.27% -0.01%
==========================================
Files 313 313
Lines 22057 22058 +1
Branches 3563 3563
==========================================
Hits 14398 14398
- Misses 5888 5889 +1
Partials 1771 1771
|
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.
Thank you for fixing creation of hidden
tenants via API!
src/main/java/org/opensearch/security/dlic/rest/api/TenantsApiAction.java
Show resolved
Hide resolved
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.
Changes look good to me. @willyborankin would you please check why is code-cov complaining?
Signed-off-by: Andrey Pleskach <[email protected]>
21ec60b
to
aa932f5
Compare
Well codecov/patch shows wrong info about |
1f5bd36
into
opensearch-project:main
Signed-off-by: Andrey Pleskach <[email protected]> (cherry picked from commit 1f5bd36) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Added Tenants REST API test
Issues Resolved
partial fix #4166
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.