Needs to document that AWS KMS provider credentials in mongosh now do not need to be provided in an environment in which credentials can be picked up by the AWS SDK (i.e. the same set of circumstances in which the MONGODB-AWS auth mechanism does not require explicit credentials). In this case, the user can pass
Needs to document that AWS KMS provider credentials in mongosh now do not need to be provided in an environment in which credentials can be picked up by the AWS SDK (i.e. the same set of circumstances in which the MONGODB-AWS auth mechanism does not require explicit credentials). In this case, the user can pass
{
kmsProviders: { aws: {} }
}
to the Mongo constructor to enable AWS KMS usage.