changelog++

This commit is contained in:
Becca Petrin
2020-02-14 15:59:55 -08:00
committed by GitHub
parent 4b4cc2f7f6
commit f54fd9eefc

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: