Skip to content

Commit 1ff8baa

Browse files
Misc integ tests for DLS and FLS (#65801)
Misc integ tests for security DLS and FLS for terms lookup, geo shape and percolate queries. Co-authored-by: Yang Wang [email protected]
1 parent def2f27 commit 1ff8baa

File tree

3 files changed

+606
-11
lines changed

3 files changed

+606
-11
lines changed

x-pack/plugin/security/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies {
1717
compileOnly project(path: ':plugins:transport-nio')
1818

1919
testImplementation project(path: xpackModule('monitoring'))
20+
testImplementation project(path: xpackModule('spatial'))
21+
testImplementation project(path: ':modules:percolator')
2022
testImplementation project(path: xpackModule('sql:sql-action'))
2123

2224
testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')

0 commit comments

Comments
 (0)