open-vault/http
Brian Kassouf c7f9d185b0
Kv preflight (#4430)
* Update kv command to use a preflight check

* Make the existing ui endpoint return the allowed mounts

* Add kv subcommand tests

* Enable `-field` in `vault kv get/put` (#4426)

* Enable `-field` in `vault kv get/put`

Fixes #4424

* Unify nil value handling

* Use preflight helper

* Update vkv plugin

* Add all the mount info when authenticated

* Add fix the error message on put

* add metadata test

* No need to sort the capabilities

* Remove the kv client header

* kv patch command (#4432)

* Fix test

* Fix tests

* Use permission denied instead of entity disabled
2018-04-23 15:00:02 -07:00
..
auth_token_test.go Core handling of TTLs (#4230) 2018-04-03 12:20:20 -04:00
cors.go
forwarded_for_test.go X-Forwarded-For (#4380) 2018-04-17 18:52:09 -04:00
forwarding_test.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
handler.go X-Forwarded-For (#4380) 2018-04-17 18:52:09 -04:00
handler_test.go Fix tests from version update 2018-04-09 16:14:44 -04:00
help.go
help_test.go
http_test.go Unauthenticated endpoint to list secret and auth mounts (#4134) 2018-03-19 23:16:33 -04:00
logical.go http/logical: Add http GET parameters to the data map (#4012) 2018-02-21 14:36:53 -08:00
logical_test.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
plugin_test.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
stub_assets.go OSS: Adding UI handlers and configurable headers (#390) 2018-04-03 09:34:01 -05:00
sys_audit_test.go
sys_auth_test.go Add options to mount tune and mount endpoints in preparation for versioning (#4155) 2018-03-21 12:04:27 -07:00
sys_config_cors_test.go
sys_generate_root.go Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
sys_generate_root_test.go
sys_health.go Sync some bits over 2018-01-22 21:44:49 -05:00
sys_health_test.go Sync some bits over 2018-01-22 21:44:49 -05:00
sys_init.go Re-add lost stored-shares parameter to operator rekey command. (#3974) 2018-02-14 16:10:45 -05:00
sys_init_test.go Fmt 2018-03-20 14:58:22 -04:00
sys_internal_test.go Kv preflight (#4430) 2018-04-23 15:00:02 -07:00
sys_leader.go
sys_leader_test.go
sys_lease_test.go
sys_mount_test.go Fix some tests 2018-04-10 00:22:23 -04:00
sys_mounts_test.go
sys_policy_test.go
sys_rekey.go Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
sys_rekey_test.go
sys_rotate_test.go
sys_seal.go Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
sys_seal_test.go
sys_wrapping_test.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
testing.go