We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf84eb commit 80555abCopy full SHA for 80555ab
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/user/SystemUser.java
@@ -40,6 +40,8 @@ public class SystemUser extends InternalUser {
40
RemoteClusterNodesAction.TYPE.name(),
41
TaskCancellationService.REMOTE_CLUSTER_BAN_PARENT_ACTION_NAME,
42
TaskCancellationService.REMOTE_CLUSTER_CANCEL_CHILD_ACTION_NAME,
43
+ "cluster:internal:data/read/esql/open_exchange",
44
+ "cluster:internal:data/read/esql/exchange",
45
XPackInfoAction.NAME },
46
// Needed for CCR background jobs (with system user)
47
new RoleDescriptor.IndicesPrivileges[] {
0 commit comments