Skip to content

Commit

Permalink
Test: remove cluster permission from CCS user (#30262)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jaymode committed May 4, 2018
1 parent e10f51a commit b3f5bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup:
name: "x_cluster_role"
body: >
{
"cluster": ["all"],
"cluster": [],
"indices": [
{
"names": ["local_index", "my_remote_cluster:test_i*", "my_remote_cluster:aliased_test_index", "test_remote_cluster:test_i*", "my_remote_cluster:secure_alias"],
Expand Down

0 comments on commit b3f5bea

Please sign in to comment.