MCPcopy Create free account
hub / github.com/Automattic/mongoose / autoEncryptionOptions

Function autoEncryptionOptions

test/encryption/encryption.test.js:48–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 let clusterUri;
47
48 const autoEncryptionOptions = () => ({
49 dbName: 'db',
50 autoEncryption: {
51 keyVaultNamespace: 'keyvault.datakeys',
52 kmsProviders: { local: { key: LOCAL_KEY } },
53 extraOptions: {
54 cryptdSharedLibRequired: true,
55 cryptSharedLibPath: cryptSharedLibPath
56 }
57 }
58 });
59
60 before(async function() {
61 const expansionFile = join(__dirname, '../..', 'fle-cluster-config.json');

Callers 1

encryption.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected