Skip to content

Commit

Permalink
Restrict master key config only to integTest cluster (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#1856)

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
  • Loading branch information
vamsi-amazon authored and MitchellGale committed Jul 28, 2023
1 parent c6cdf9d commit 799964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ testClusters.all {
if (System.getProperty("debugJVM") != null) {
jvmArgs '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005'
}
setting "plugins.query.datasources.encryption.masterkey", "1234567812345678"
}

testClusters.integTest {
plugin ":opensearch-sql-plugin"
setting "plugins.query.datasources.encryption.masterkey", "1234567812345678"
}

testClusters {
Expand Down

0 comments on commit 799964d

Please sign in to comment.