diff --git a/src/main/resources/static_config/static_action_groups.yml b/src/main/resources/static_config/static_action_groups.yml index c7c351d171..e1d3e0aece 100644 --- a/src/main/resources/static_config/static_action_groups.yml +++ b/src/main/resources/static_config/static_action_groups.yml @@ -208,6 +208,8 @@ cluster_manage_index_templates: static: true allowed_actions: - "indices:admin/template/*" + - "indices:admin/index_template/*" + - "cluster:admin/component_template/*" type: "cluster" description: "Manage index templates" cluster_manage_pipelines: