open-vault/logical/plugin
Brian Kassouf cc625e19ee
Add options to mount tune and mount endpoints in preparation for versioning (#4155)
* Add some requirements for versioned k/v

* Add a warning message when an upgrade is triggered

* Add path help values

* Make the kv header a const

* Add the uid to mount entry instead of options map

* Pass the backend aware uuid to the mounts and plugins

* Fix comment

* Add options to secret/auth enable and tune CLI commands (#4170)

* Switch mount/tune options to use TypeKVPairs (#4171)

* switching options to TypeKVPairs, adding bool parse for versioned flag

* flipping bool check

* Fix leases coming back from non-leased pluin kv store

* add a test for updating mount options

* Fix tests
2018-03-21 12:04:27 -07:00
..
mock http/logical: Add http GET parameters to the data map (#4012) 2018-02-21 14:36:53 -08:00
pb Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
backend.go Make grpc plugin client use an atomic server value to fix a data race. (#4089) 2018-03-07 09:09:37 -05:00
backend_client.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
backend_server.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
backend_test.go Fix compilation of test against new go-plugin 2018-02-06 13:33:29 -05:00
grpc_backend.go Change grpc's max sent/recv size to a very large value. (#3912) 2018-02-06 13:52:35 -05:00
grpc_backend_client.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
grpc_backend_server.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
grpc_backend_test.go Remove logical.Initialize() method (#3848) 2018-01-25 20:19:27 -05:00
grpc_storage.go Change grpc's max sent/recv size to a very large value. (#3912) 2018-02-06 13:52:35 -05:00
grpc_system.go Add a sysview call to determine if a mount is local. (#3899) 2018-02-02 18:17:12 -05:00
grpc_system_test.go
logger.go
logger_test.go
middleware.go Remove logical.Initialize() method (#3848) 2018-01-25 20:19:27 -05:00
plugin.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
serve.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
storage.go
storage_test.go
system.go Add a sysview call to determine if a mount is local. (#3899) 2018-02-02 18:17:12 -05:00
system_test.go