open-vault/builtin/logical/database/dbplugin
Calvin Leung Huang 385140ee6b
Version protocol switch (#3833)
* Use version to determine plugin protocol to use

* Remove field from ServeOpts

* Fix missing assignment, handle errors

* contraint -> constraint

* Inject the version string from the vault side

* Fix the version check

* Add grpc support check to database plugins

* Default to use grpc unless missing env var or fail on contraint check

* Add GRPCSupport test

* Add greater than test case

* Add go-version dep
2018-01-23 17:29:26 -05:00
..
client.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
database.pb.go
database.proto
databasemiddleware.go
grpc_transport.go
netrpc_transport.go
plugin.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
plugin_test.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
server.go Version protocol switch (#3833) 2018-01-23 17:29:26 -05:00