From 1a875f59eb20ebee46986fbd4fb34f82f10471d8 Mon Sep 17 00:00:00 2001 From: Stefan Reuter Date: Tue, 17 Jan 2023 21:56:49 +0100 Subject: [PATCH 1/2] Add action indices:admin/index_template/* to cluster_manage_index_templates (#2407) Signed-off-by: Stefan Reuter --- src/main/resources/static_config/static_action_groups.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static_config/static_action_groups.yml b/src/main/resources/static_config/static_action_groups.yml index c7c351d171..2299c74cd1 100644 --- a/src/main/resources/static_config/static_action_groups.yml +++ b/src/main/resources/static_config/static_action_groups.yml @@ -208,6 +208,7 @@ cluster_manage_index_templates: static: true allowed_actions: - "indices:admin/template/*" + - "indices:admin/index_template/*" type: "cluster" description: "Manage index templates" cluster_manage_pipelines: From c67b8a40b7fdf44527f8914181bd31e5d01062eb Mon Sep 17 00:00:00 2001 From: Stefan Reuter Date: Thu, 19 Jan 2023 22:28:31 +0100 Subject: [PATCH 2/2] Add actions cluster:admin/component_template/* to cluster_manage_index_templates Signed-off-by: Stefan Reuter --- src/main/resources/static_config/static_action_groups.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static_config/static_action_groups.yml b/src/main/resources/static_config/static_action_groups.yml index 2299c74cd1..e1d3e0aece 100644 --- a/src/main/resources/static_config/static_action_groups.yml +++ b/src/main/resources/static_config/static_action_groups.yml @@ -209,6 +209,7 @@ cluster_manage_index_templates: allowed_actions: - "indices:admin/template/*" - "indices:admin/index_template/*" + - "cluster:admin/component_template/*" type: "cluster" description: "Manage index templates" cluster_manage_pipelines: