From d652d7762c270d3dfd334d9167c8117ffa69f7c1 Mon Sep 17 00:00:00 2001 From: Keith Massey Date: Mon, 25 Nov 2024 16:43:57 -0600 Subject: [PATCH] adding non-operator actions to Constants --- .../org/elasticsearch/xpack/security/operator/Constants.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/Constants.java b/x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/Constants.java index 4af475269d861..f94d4084cd4e9 100644 --- a/x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/Constants.java +++ b/x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/Constants.java @@ -493,6 +493,9 @@ public class Constants { "indices:admin/data_stream/lazy_rollover", "indices:admin/data_stream/index/reindex", "indices:admin/data_stream/reindex", + "indices:admin/data_stream/index/swap", + "indices:admin/data_stream/reindex_cancel", + "indices:admin/data_stream/reindex_status", "indices:internal/admin/ccr/restore/file_chunk/get", "indices:internal/admin/ccr/restore/session/clear", "indices:internal/admin/ccr/restore/session/put",