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/security-trial/src/javaRestTest/java/org/elasticsearch/xpack/security/failurestore/FailureStoreSecurityRestIT.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1523,6 +1523,13 @@ public void testDlsFls() throws Exception {
1523
1523
{
1524
1524
"cluster": ["all"],
1525
1525
"indices": [
1526
+
{
1527
+
"names": ["%s"],
1528
+
"privileges": ["read"],
1529
+
"field_security": {
1530
+
"grant": ["@timestamp", "age"]
1531
+
}
1532
+
},
1526
1533
{
1527
1534
"names": ["%s"],
1528
1535
"privileges": ["read"],
@@ -1531,7 +1538,17 @@ public void testDlsFls() throws Exception {
0 commit comments