open-vault/logical
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
..
framework Spelling (#4119) 2018-03-20 14:54:10 -04:00
plugin Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
testing Spelling (#4119) 2018-03-20 14:54:10 -04:00
auth.go
connection.go
error.go
identity.go
lease.go
lease_test.go
logical.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
request.go
response.go http: Add a method for returning a 404 with data (#3994) 2018-02-21 14:22:21 -08:00
response_util.go
secret.go
storage.go
storage_inmem.go
storage_inmem_test.go
system_view.go
testing.go
translate_response.go