You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/privilege/SystemPrivilege.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class SystemPrivilege extends Privilege {
45
45
CompletionPersistentTaskAction.INSTANCE.name(), // needed for ShardFollowTaskCleaner
46
46
"indices:data/write/*", // needed for SystemIndexMigrator
47
47
"indices:data/read/*", // needed for SystemIndexMigrator
48
-
"indices:admin/refresh", // needed for SystemIndexMigrator
48
+
"indices:admin/refresh*", // needed for SystemIndexMigrator and EnsureDocsSearchableAction
49
49
"indices:admin/aliases", // needed for SystemIndexMigrator
50
50
TransportCreateIndexAction.TYPE.name() + "*", // needed for SystemIndexMigrator
51
51
TransportAddIndexBlockAction.TYPE.name() + "*", // needed for SystemIndexMigrator
0 commit comments