changelog++

This commit is contained in:
Jim Kalafut 2019-03-05 12:34:14 -08:00 committed by GitHub
parent 05dac99936
commit 9d2e3a4b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ CHANGES:
* agent/caching: Enable the caching of tokens and leases generated by the
auto-auth token when that's in use.
[[GH-6293]](https://github.com/hashicorp/vault/pull/6293)
* auth/jwt: The default listening port for the OIDC login helper is now 8250.
* core: Token creation responses now contain the `orphan` field indicating
whether the new token is orphan.
[[GH-6230]](https://github.com/hashicorp/vault/pull/6320)
@ -18,6 +19,9 @@ IMPROVEMENTS:
* auth/token: A warning will be printed when 'tls_cipher_suites' includes a
blacklisted cipher suite or all cipher suites are blacklisted by the HTTP/2
specification.
* secrets/transit: Multiple HMAC, Sign or Verify operations can now be performed
with one API call using the new `batch_input` parameter
[[GH-5875]](https://github.com/hashicorp/vault/pull/5875).
BUG FIXES: