vault/sdk/database/dbplugin/v5
Tom Proctor 688469b66d
Support version selection for database plugins (#16982)
* Support version selection for database plugins
* Don't consider unversioned plugins for version selection algorithm
* Added version to 'plugin not found' error
* Add PluginFactoryVersion function to avoid changing sdk/ API
2022-09-09 17:32:28 +01:00
..
proto VAULT-6614 Enable role based quotas for lease-count quotas (OSS) (#16157) 2022-07-05 13:02:00 -04:00
testing Double the timeout for requests in the dbplugin test helpers to avoid sporadic test failures. (#14610) 2022-03-21 11:08:05 -04:00
conversions_test.go secrets/database: adds ability to manage alternative credential types and configuration (#15376) 2022-05-17 09:21:26 -07:00
database.go secrets/db: fix structpb conversion for external plugins using alternative cred types (#15801) 2022-06-03 16:15:09 -07:00
grpc_client_test.go secrets/database: Fixes marshalling bug for json.Number types (#11451) 2021-04-23 14:07:26 -07:00
grpc_client.go secrets/db: fix structpb conversion for external plugins using alternative cred types (#15801) 2022-06-03 16:15:09 -07:00
grpc_database_plugin.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
grpc_server_test.go feature: secrets/auth plugin multiplexing (#14946) 2022-08-29 21:42:26 -05:00
grpc_server.go feature: secrets/auth plugin multiplexing (#14946) 2022-08-29 21:42:26 -05:00
marshalling.go secrets/database: Fixes marshalling bug for json.Number types (#11451) 2021-04-23 14:07:26 -07:00
middleware_test.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
middleware.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
plugin_client_test.go feature: secrets/auth plugin multiplexing (#14946) 2022-08-29 21:42:26 -05:00
plugin_client.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
plugin_factory.go Support version selection for database plugins (#16982) 2022-09-09 17:32:28 +01:00
plugin_server.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00