From db1ff649bda537c8a6fe751ceb7edd3633b93a3c Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:09:32 -0800 Subject: [PATCH] =?UTF-8?q?Add=20action=20indices:admin/index=5Ftemplate/*?= =?UTF-8?q?=20to=20cluster=5Fmanage=5Findex=5Ftem=E2=80=A6=20(#2409)=20(#2?= =?UTF-8?q?412)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add actions cluster:admin/component_template/* to cluster_manage_index_templates Signed-off-by: Stefan Reuter (cherry picked from commit e4b7361a4687e03fdb990b32dad205dcd16914e0) --- src/main/resources/static_config/static_action_groups.yml | 2 ++ 1 file changed, 2 insertions(+) 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: