File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
test/tools/unified-spec-runner Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ export interface ClientEncryptionEntity {
221221 | UnnamedKMSProviders [ 'local' ]
222222 | undefined ;
223223 } ;
224+ keyExpirationMS ?: number ;
224225 } ;
225226}
226227
Original file line number Diff line number Diff line change @@ -520,6 +520,7 @@ export async function createClientEncryption(
520520 const {
521521 keyVaultClient,
522522 keyVaultNamespace,
523+ keyExpirationMS,
523524 kmsProviders : kmsProvidersFromTest
524525 } = clientEncryptionOpts ;
525526
@@ -571,6 +572,7 @@ export async function createClientEncryption(
571572 keyVaultClient : clientEntity ,
572573 kmsProviders,
573574 keyVaultNamespace,
575+ keyExpirationMS,
574576 tlsOptions : parseTLSOptions ( )
575577 } ;
576578
You can’t perform that action at this time.
0 commit comments