Skip to content

Commit 80555ab

Browse files
committed
Rm
1 parent 0bf84eb commit 80555ab

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/user

1 file changed

+2
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/user/SystemUser.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public class SystemUser extends InternalUser {
4040
RemoteClusterNodesAction.TYPE.name(),
4141
TaskCancellationService.REMOTE_CLUSTER_BAN_PARENT_ACTION_NAME,
4242
TaskCancellationService.REMOTE_CLUSTER_CANCEL_CHILD_ACTION_NAME,
43+
"cluster:internal:data/read/esql/open_exchange",
44+
"cluster:internal:data/read/esql/exchange",
4345
XPackInfoAction.NAME },
4446
// Needed for CCR background jobs (with system user)
4547
new RoleDescriptor.IndicesPrivileges[] {

0 commit comments

Comments
 (0)