[BUG] Default action group cluster_manage_index_templates should include permissions for composable index templates #2407
Labels
enhancement
New feature or request
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
What is the bug?
The default action group
cluster_manage_index_templates
currently only contains the permissionindices:admin/template/*
for legacy templates. It should also includeindices:admin/index_template/*
to support composable templates.How can one reproduce the bug?
Steps to reproduce the behavior:
cluster_permissions
set tocluster_manage_index_templates
[security_exception] no permissions for [indices:admin/index_template/put]
What is the expected behavior?
Composable templates can be managed by users with
cluster_manage_index_templates
permission.What is your host/environment?
The text was updated successfully, but these errors were encountered: