Skip to content

Commit aaf853a

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 d20b754 commit aaf853a

File tree

3 files changed

+623
-13
lines changed

3 files changed

+623
-13
lines changed

x-pack/plugin/security/build.gradle

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

2121
testImplementation project(path: xpackModule('monitoring'))
22+
testImplementation project(path: xpackModule('spatial'))
23+
testImplementation project(path: ':modules:percolator')
2224
testImplementation project(path: xpackModule('sql:sql-action'))
2325

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

0 commit comments

Comments
 (0)