open-vault/api
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
..
test-fixtures
api_integration_test.go
api_test.go Redo API locking (#3508) 2017-11-02 09:30:04 -05:00
auth.go
auth_token.go
client.go Don't allow non-printable characters in the API client's token (#3841) 2018-01-24 19:57:49 -05:00
client_test.go Don't allow non-printable characters in the API client's token (#3841) 2018-01-24 19:57:49 -05:00
help.go
logical.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
renewer.go Update lease renewer logic (#4090) 2018-03-19 15:48:24 -04:00
renewer_integration_test.go Update lease renewer logic (#4090) 2018-03-19 15:48:24 -04:00
renewer_test.go Update lease renewer logic (#4090) 2018-03-19 15:48:24 -04:00
request.go
request_test.go
response.go
secret.go Merge branch 'master-oss' into sethvargo/cli-magic 2018-01-03 14:02:31 -05:00
secret_test.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
ssh.go
ssh_agent.go
ssh_agent_test.go
sys.go
sys_audit.go
sys_auth.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
sys_health.go Sync some bits over 2018-01-22 21:44:49 -05:00
sys_init.go
sys_leader.go
sys_leases.go
sys_mounts.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
sys_policy.go
sys_rekey.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
sys_rotate.go
sys_seal.go adding recovery info to seal status (#3706) 2017-12-18 09:58:14 -05:00
sys_stepdown.go