From c17bd6f829c70c714b3d21e64e19660428b4cfed Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Wed, 19 Feb 2020 09:46:43 -0800 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd6d1367..310426533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ FEATURES: Login can be performed using the Vault CLI, API, or agent. * **Kubernetes Service Discovery**: We now support Kubernetes service discovery where, if configured, Vault will tag Vault pods with their current health status. For more, see [#8249](https://github.com/hashicorp/vault/pull/8249). - +* **MongoDB Atlas Secrets**: We now support generating dynamic credentials for both MongoDB Atlas databases + as well as the [Atlas programmatic interface](https://docs.atlas.mongodb.com/tutorial/manage-programmatic-access/). + IMPROVEMENTS: * agent: add option to force the use of the auth-auth token, and ignore the Vault token in the request [[GH-8101](https://github.com/hashicorp/vault/pull/8101)]