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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ public final class SystemPrivilege extends Privilege {
36
36
"indices:admin/template/put", // needed for the TemplateUpgradeService
37
37
"indices:admin/template/delete", // needed for the TemplateUpgradeService
38
38
"indices:admin/seq_no/global_checkpoint_sync*", // needed for global checkpoint syncs
39
+
"indices:admin/reshard/split*", // needed for reshard operations
39
40
RetentionLeaseSyncAction.ACTION_NAME + "*", // needed for retention lease syncs
40
41
RetentionLeaseBackgroundSyncAction.ACTION_NAME + "*", // needed for background retention lease syncs
41
42
RetentionLeaseActions.ADD.name() + "*", // needed for CCR to add retention leases
0 commit comments