changelog++

This commit is contained in:
Jim Kalafut 2020-02-19 09:46:43 -08:00 committed by GitHub
parent ced8a3f6b3
commit c17bd6f829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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)]