Skip to content

Commit b3f5bea

Browse files
committed
Test: remove cluster permission from CCS user (#30262)
This commit updates the multi cluster search test with security so that the user that is simply performing a multi cluster search does not have any cluster permissions. This is done as none are needed by this user and excess privileges could mask a behavior change.
1 parent e10f51a commit b3f5bea

File tree

1 file changed

+1
-1
lines changed
  • x-pack/qa/multi-cluster-search-security/src/test/resources/rest-api-spec/test/multi_cluster

1 file changed

+1
-1
lines changed

x-pack/qa/multi-cluster-search-security/src/test/resources/rest-api-spec/test/multi_cluster/10_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setup:
1919
name: "x_cluster_role"
2020
body: >
2121
{
22-
"cluster": ["all"],
22+
"cluster": [],
2323
"indices": [
2424
{
2525
"names": ["local_index", "my_remote_cluster:test_i*", "my_remote_cluster:aliased_test_index", "test_remote_cluster:test_i*", "my_remote_cluster:secure_alias"],

0 commit comments

Comments
 (0)