Skip to content

Commit 7335c07

Browse files
vamsimanoharMitchellGale
authored andcommitted
Restrict master key config only to integTest cluster (opensearch-project#1856)
Signed-off-by: Vamsi Manohar <[email protected]> Signed-off-by: Mitchell Gale <[email protected]>
1 parent e5dc96f commit 7335c07

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)