Update CHANGELOG.md (#8384)

I believe Kerberos was not intended here.
This commit is contained in:
Troy Fluegge 2020-02-19 17:10:39 +00:00 committed by GitHub
parent da5aef4878
commit e7288d6190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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 discovery where, if
* **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).
IMPROVEMENTS: