changelog++

This commit is contained in:
Becca Petrin 2020-02-14 15:59:55 -08:00 committed by GitHub
parent 0a7a7452f0
commit 9fb430e8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -2,11 +2,10 @@
FEATURES:
* **Kerberos Authentication**: We now support Kerberos authentication using
a SPNEGO token. Login can be performed using the Vault CLI, API, or agent.
* **Kubernetes Service Discovery**: We now support Kerberos service discover
where, if configured, Vault will tag Vault pods with their current health
status. For more, see [#8249](https://github.com/hashicorp/vault/pull/8249).
* **Kerberos Authentication**: We now support Kerberos authentication using a SPNEGO token.
Login can be performed using the Vault CLI, API, or agent.
* **Kubernetes Service Discovery**: We now support Kerberos 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).
IMPROVEMENTS: