mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-24 08:01:07 +02:00
changelog++
This commit is contained in:
parent
c680736215
commit
2a2c348e0b
@ -20,6 +20,10 @@ DEPRECATIONS/CHANGES:
|
|||||||
default. Existing configurations will continue to work as they do now;
|
default. Existing configurations will continue to work as they do now;
|
||||||
however, the next time a configuration is written `case_sensitive_names`
|
however, the next time a configuration is written `case_sensitive_names`
|
||||||
will need to be explicitly set to `true`.
|
will need to be explicitly set to `true`.
|
||||||
|
* TTL handling within core: All lease TTL handling has been centralized within
|
||||||
|
the core of Vault to ensure consistency across all backends. Since this was
|
||||||
|
previously delegated to individual backends, there may be some slight
|
||||||
|
differences in TTLs generated from some backends.
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
@ -41,8 +45,8 @@ FEATURES:
|
|||||||
Vault, invalidating the old credentials and ensuring only Vault knows the
|
Vault, invalidating the old credentials and ensuring only Vault knows the
|
||||||
actual valid values.
|
actual valid values.
|
||||||
* Azure Authentication Plugin: There is now a plugin (pulled in to Vault) that
|
* Azure Authentication Plugin: There is now a plugin (pulled in to Vault) that
|
||||||
allows authenticating Azure machines to Vault using their Azure-provided
|
allows authenticating Azure machines to Vault using Azure's Managed Service
|
||||||
credentials. See the [plugin
|
Identity credentials. See the [plugin
|
||||||
repository](https://github.com/hashicorp/vault-plugin-auth-azure) for more
|
repository](https://github.com/hashicorp/vault-plugin-auth-azure) for more
|
||||||
information.
|
information.
|
||||||
* GCP Secrets Plugin: There is now a plugin (pulled in to Vault) that allows
|
* GCP Secrets Plugin: There is now a plugin (pulled in to Vault) that allows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user