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 <[email protected]>
  • Loading branch information
vmmusings authored Jul 12, 2023
1 parent bc02815 commit fa51012
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 fa51012

Please sign in to comment.