You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/RemoteClusterSecuritySlowLogRestIT.java
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,6 @@
33
33
importstaticorg.hamcrest.Matchers.not;
34
34
importstaticorg.hamcrest.Matchers.notNullValue;
35
35
36
-
/**
37
-
* Integration test for verifying that slow log authentication context contains
38
-
* the correct user information for cross-cluster access scenarios.
39
-
*
40
-
* This test verifies that when cross-cluster searches are performed, the slow logs
41
-
* on the fulfilling cluster contain the authentication context of the ORIGINAL user
42
-
* from the querying cluster, not just the cross-cluster access API key.
43
-
*
44
-
* The key verification is that slow logs should show:
45
-
* - user.name: The actual user from the querying cluster (e.g., "slow_log_test_user")
46
-
* - user.realm: The realm of the original user on the querying cluster (e.g., "default_native")
47
-
* - For run-as: Both authenticating and effective users from querying cluster
0 commit comments