changelog++
This commit is contained in:
parent
05dac99936
commit
9d2e3a4b80
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue