Skip to content

Commit fa51012

Browse files
authored
Restrict master key config only to integTest cluster (opensearch-project#1856)
Signed-off-by: Vamsi Manohar <[email protected]>
1 parent bc02815 commit fa51012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integ-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ testClusters.all {
129129
if (System.getProperty("debugJVM") != null) {
130130
jvmArgs '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005'
131131
}
132-
setting "plugins.query.datasources.encryption.masterkey", "1234567812345678"
133132
}
134133

135134
testClusters.integTest {
136135
plugin ":opensearch-sql-plugin"
136+
setting "plugins.query.datasources.encryption.masterkey", "1234567812345678"
137137
}
138138

139139
testClusters {

0 commit comments

Comments
 (0)