-
Notifications
You must be signed in to change notification settings - Fork 69
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
Taking RBAC settings from Alerting plugin default to false #165
Conversation
Other changes: 1. Legacy settings removed because all relavent settings are removed or taken from Alerting plugin 2. Poll API removed as it is not used [Tests] All existing tests passed Signed-off-by: @akbhatta
Codecov Report
@@ Coverage Diff @@
## main #165 +/- ##
============================================
+ Coverage 62.42% 65.01% +2.59%
+ Complexity 309 292 -17
============================================
Files 101 96 -5
Lines 4484 4053 -431
Branches 681 632 -49
============================================
- Hits 2799 2635 -164
+ Misses 1517 1277 -240
+ Partials 168 141 -27
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -27,24 +27,7 @@ | |||
## | |||
|
|||
# configuration file for the reports scheduler plugin | |||
opendistro.reports: | |||
opensearch.reports: |
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.
would this break upgrades from opendistro?
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.
we are completely removing support for filtering based on this setting because we need to support compatibility with notification plugin. Remaining settings are relevant for admin/maintainers only
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
Could you create an issue for removing the polling related code in dashboard-reporting plugin and assign to me?
|
Description
[Tests]
All existing tests passed
Signed-off-by: @akbhatta
[Describe what this change achieves]
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.