-
Notifications
You must be signed in to change notification settings - Fork 282
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 action indices:admin/index_template/* to cluster_manage_index_tem… #2409
Add action indices:admin/index_template/* to cluster_manage_index_tem… #2409
Conversation
…plates (opensearch-project#2407) Signed-off-by: Stefan Reuter <[email protected]>
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.
@srt Thanks for the contribution, I just started the CI workflow and myself and other maintainers will review your change in detail.
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.
Do you know how cluster:admin/component_template
fits into this space, it seems like it could be related [1], what do you think about including it as well?
I agree with @peternied 's comments above. As |
…x_templates Signed-off-by: Stefan Reuter <[email protected]>
Good point, I have added cluster:admin/component_template/* |
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.
Thanks!
Codecov Report
@@ Coverage Diff @@
## main #2409 +/- ##
============================================
- Coverage 61.11% 61.01% -0.11%
+ Complexity 3273 3268 -5
============================================
Files 260 260
Lines 18362 18362
Branches 3249 3249
============================================
- Hits 11222 11203 -19
- Misses 5555 5570 +15
- Partials 1585 1589 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
#2409) * Add actions cluster:admin/component_template/* to cluster_manage_index_templates Signed-off-by: Stefan Reuter <[email protected]> (cherry picked from commit e4b7361)
#2409) (#2412) * Add actions cluster:admin/component_template/* to cluster_manage_index_templates Signed-off-by: Stefan Reuter <[email protected]> (cherry picked from commit e4b7361)
opensearch-project#2409) (opensearch-project#2412) * Add actions cluster:admin/component_template/* to cluster_manage_index_templates Signed-off-by: Stefan Reuter <[email protected]> (cherry picked from commit e4b7361)
…plates (#2407)
Signed-off-by: Stefan Reuter [email protected]
Description
Adds permissions to manage composable templates to the default action group
cluster_manage_index_templates
.Issues Resolved
#2407
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.