We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d60e91 commit b8d17a9Copy full SHA for b8d17a9
mongo/client_side_encryption_examples_test.go
@@ -30,7 +30,7 @@ func Example_clientSideEncryption() {
30
"key": localKey,
31
},
32
}
33
- keyVaultNamespace := "admin.datakeys"
+ keyVaultNamespace := "encryption.__keyVault"
34
35
uri := "mongodb://localhost:27017"
36
autoEncryptionOpts := options.AutoEncryption().
@@ -68,7 +68,7 @@ func Example_clientSideEncryption() {
68
69
70
func Example_clientSideEncryptionCreateKey() {
71
72
73
// kmsProviders would have to be populated with the correct KMS provider
74
// information before it's used.
0 commit comments