mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-08 10:11:29 +01:00
* Add override_pinned_version support on configure connection for database (#10517) * add DatabaseConfigEnt and split ce-ent impl for connectionWriteHandler() and selectPluginVersion() * add override_pinned_version handling in connectionWriteHandler() and selectPluginVersion() * split ce-ent impl for connectionReadHandler() to support override_pinned_version * split ce-ent impl for databaseBackend.GetConnectionWithConfig() to support override_pinned_version * split TestBackend_* units related to databased connection config CRUD into ce and ent * remove EntDatabaseConfig from response --------- Co-authored-by: Thy Ton <maithytonn@gmail.com>