Skip to content

Commit 61d98b4

Browse files
committed
test(NODE-377): use env var for kmip certs
1 parent 5af7082 commit 61d98b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/client-side-encryption/client_side_encryption.corpus.spec.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ describe('Client Side Encryption Corpus', function () {
204204
// Configure both objects with ``keyVaultNamespace`` set to ``keyvault.datakeys``.
205205
const tlsOptions = {
206206
kmip: {
207-
tlsCAFile: '/Users/modetojoy/work/mongodb-labs/drivers-evergreen-tools/.evergreen/x509gen/ca.pem',
208-
tlsCertificateKeyFile: '/Users/modetojoy/work/mongodb-labs/drivers-evergreen-tools/.evergreen/x509gen/client.pem'
207+
tlsCAFile: process.env.KMIP_TLS_CA_FILE,
208+
tlsCertificateKeyFile: process.env.KMIP_TLS_CERT_FILE
209209
}
210210
};
211211
const autoEncryption = {

0 commit comments

Comments
 (0)