node-v2.7.1
baileympearson
released this
20 Mar 15:40
·
343 commits
to master
since this release
The MongoDB Node.js team is pleased to announce version 2.7.1 of the mongodb-client-encryption package!
Release Highlights
Automatic KMS Credential Fetching with Azure Managed Identity
mongodb-client-encryption now supports automatic credential kms provider refresh when using Azure VM-assigned Managed Identities. To enable this feature, when choosing kms providers, provide the value of {}
for azure:
{
azure: {}
}
When kms credentials are needed, mongodb-client-encryption will attempt to fetch credentials automatically from the IDMS endpoint on the VM, using the process outlined here.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.