vault/sdk/database/dbplugin
Michael Golowka 6478665b5e
Add Database v5 interface with gRPC client & server (#9641)
* Add new Database v5 interface with gRPC client & server
This is primarily for making password policies available to the DB engine, however since there are a number of other problems with the current interface this is getting an overhaul to a more gRPC request/response approach for easier future compatibility.

This is the first in a series of PRs to add support for password policies in the combined database engine
2020-08-28 11:20:49 -06:00
..
client.go Move some things around in api/sdk 2019-04-15 12:14:20 -04:00
database.pb.go Backport the pieces of the replication API changes (#9425) 2020-07-09 15:11:37 -07:00
database.proto Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
databasemiddleware.go Fix: rotate root credentials for database plugins using WAL (#8782) 2020-04-22 16:21:28 -07:00
grpc_transport.go Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
plugin.go Add Database v5 interface with gRPC client & server (#9641) 2020-08-28 11:20:49 -06:00
server.go More rearranging of API and SDK 2019-04-15 13:38:08 -04:00