Skip to content

Commit f6b6cfb

Browse files
committed
More
1 parent 6b9640b commit f6b6cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/RemoteClusterSecurityFcActionAuthorizationIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public void testUpdateCrossClusterApiKey() throws Exception {
435435
+ "for user [foo] with assigned roles [role] authenticated by API key id ["
436436
+ apiKeyId
437437
+ "] of user [test_user] on indices [index], this action is granted by the index privileges "
438-
+ "[read,view_index_metadata,manage,all]"
438+
+ "[view_index_metadata,manage,read,all]"
439439
)
440440
);
441441

@@ -483,7 +483,7 @@ public void testUpdateCrossClusterApiKey() throws Exception {
483483
+ "for user [foo] with assigned roles [role] authenticated by API key id ["
484484
+ apiKeyId
485485
+ "] of user [test_user] on indices [index], this action is granted by the index privileges "
486-
+ "[read,view_index_metadata,manage,all]"
486+
+ "[view_index_metadata,manage,read,all]"
487487
)
488488
);
489489
}

0 commit comments

Comments
 (0)