We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0db60 commit b732d3aCopy full SHA for b732d3a
s3/src/test/java/com/instaclustr/esop/backup/embedded/s3/aws/v2/CassandraAWSS3BackupRestoreTest.java
@@ -95,7 +95,8 @@ public void run() throws Exception {
95
}
96
97
private void runWithEncryption(ThrowingRunnable test) throws Exception {
98
- String kmsKeyId = System.getProperty(TEST_ESOP_AWS_KMS_WRAPPING_KEY);
+// String kmsKeyId = System.getProperty(TEST_ESOP_AWS_KMS_WRAPPING_KEY);
99
+ String kmsKeyId = "814db3a9-2135-4e24-9b28-ec88ef2295d7";
100
assumeTrue(kmsKeyId != null, "Cannot continue as " + TEST_ESOP_AWS_KMS_WRAPPING_KEY + " is not set!");
101
System.setProperty(AWS_KMS_KEY_ID_PROPERTY, kmsKeyId);
102
0 commit comments