mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Add note about Database engine interface (#10372)
This commit is contained in:
@@ -30,4 +30,14 @@ storage of its configuration in order to accommodate the new transformation
|
|||||||
type oriented configuration API. Secondaries will receive the
|
type oriented configuration API. Secondaries will receive the
|
||||||
modifications via replication.
|
modifications via replication.
|
||||||
|
|
||||||
|
## Database Engine Interface Upgrade
|
||||||
|
|
||||||
|
The Database Engine has changed the underlying interface between Vault and each database
|
||||||
|
implementation. This change allows use of [password policies](/docs/concepts/password-policies)
|
||||||
|
within the Database engine. The API for the Database Engine has not changed, only the underlying
|
||||||
|
interface between Vault and the database plugins. All built-in database plugins (as well as the
|
||||||
|
[Oracle](https://github.com/hashicorp/vault-plugin-database-oracle) plugin) have been upgraded to
|
||||||
|
the new interface so no user actions are needed. Vault will continue to recognize existing custom
|
||||||
|
database plugins but the old interface should be considered deprecated and may be removed in a
|
||||||
|
future release. See our [upgrade guide for custom databases](/docs/secrets/databases/custom) for
|
||||||
|
more information on upgrading custom database plugins.
|
||||||
|
|||||||
Reference in New Issue
Block a user