open-vault/builtin/logical/database
Brian Kassouf afe53eb862
Database gRPC plugins (#3666)
* Start work on context aware backends

* Start work on moving the database plugins to gRPC in order to pass context

* Add context to builtin database plugins

* use byte slice instead of string

* Context all the things

* Move proto messages to the dbplugin package

* Add a grpc mechanism for running backend plugins

* Serve the GRPC plugin

* Add backwards compatibility to the database plugins

* Remove backend plugin changes

* Remove backend plugin changes

* Cleanup the transport implementations

* If grpc connection is in an unexpected state restart the plugin

* Fix tests

* Fix tests

* Remove context from the request object, replace it with context.TODO

* Add a test to verify netRPC plugins still work

* Remove unused mapstructure call

* Code review fixes

* Code review fixes

* Code review fixes
2017-12-14 14:03:11 -08:00
..
dbplugin Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
backend.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
backend_test.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
path_config_connection.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
path_creds_create.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
path_roles.go Add plugin level docs for what statements are supported and how they should be formatted 2017-05-11 11:59:58 -07:00
secret_creds.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00