open-vault/api
Sander van Harmelen d4328a6684 Use a pooled HTTP client for the Vault CLI (#5734)
As the CLI client is initialized with a specific Vault address, is makes
sense to use the pooled HTTP client here. This will prevent setting up
new TCP sessions for each API call that the client needs to make.
2018-11-09 10:46:57 -05:00
..
test-fixtures moved the test cert keys to appropriate test-fixtures folder 2016-02-29 15:49:08 -05:00
api_integration_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
api_test.go Redo API locking (#3508) 2017-11-02 09:30:04 -05:00
auth.go Remove RevokePrefix from the API too as we simply do not support it any 2016-04-05 11:00:12 -04:00
auth_token.go Batch tokens (#755) 2018-10-15 12:56:24 -04:00
client.go Use a pooled HTTP client for the Vault CLI (#5734) 2018-11-09 10:46:57 -05:00
client_test.go Redo API client locking (#4551) 2018-05-25 14:38:06 -04:00
help.go API: Add context to each raw request call (#4987) 2018-07-24 15:49:55 -07:00
logical.go Add support for passing args via vault read (#5093) 2018-08-13 22:00:26 -04:00
renewer.go Grace is deprecated so mark as such 2018-05-09 10:02:06 -04:00
renewer_integration_test.go Move timeout declaration outside of for loop, break out early if renewed cleanly (#4522) 2018-05-07 13:47:55 -07:00
renewer_test.go Remove outdated renewer test 2018-05-09 12:33:20 -04:00
request.go use constant where x-vault-token was still hardcoded (#5392) 2018-09-25 09:34:40 -07:00
request_test.go Clean up request logic and use retryable's more efficient handling (#4670) 2018-06-01 09:12:43 -04:00
response.go Allow returning warnings and other data in 404s in the Go API (#4256) 2018-04-03 22:35:45 -04:00
secret.go Fix tests 2018-07-12 10:18:50 -04:00
secret_test.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
ssh.go API: Add context to each raw request call (#4987) 2018-07-24 15:49:55 -07:00
ssh_agent.go API: Add context to each raw request call (#4987) 2018-07-24 15:49:55 -07:00
ssh_agent_test.go Fix output-related tests (#4288) 2018-04-05 20:43:29 -04:00
sys.go api: separate sys out further 2015-03-11 17:46:41 -05:00
sys_audit.go Remove injection into top routes (#5101) 2018-08-14 15:29:22 -04:00
sys_auth.go Batch tokens (#755) 2018-10-15 12:56:24 -04:00
sys_capabilities.go Possibly fix Nomad capabilities issue (#5360) 2018-09-19 13:06:37 -04:00
sys_config_cors.go Remove injection into top routes (#5101) 2018-08-14 15:29:22 -04:00
sys_generate_root.go Sync some ns stuff to api/command 2018-08-22 14:37:40 -04:00
sys_health.go Add LastWAL in leader/health output (#5523) 2018-10-16 09:38:44 -04:00
sys_init.go API: Add context to each raw request call (#4987) 2018-07-24 15:49:55 -07:00
sys_leader.go Add LastWAL in leader/health output (#5523) 2018-10-16 09:38:44 -04:00
sys_leases.go API: Add context to each raw request call (#4987) 2018-07-24 15:49:55 -07:00
sys_mounts.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
sys_plugins.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
sys_policy.go Use sys/policies/acl instead of sys/policy/ (#5583) 2018-10-29 13:11:19 -04:00
sys_rekey.go Remove injection into top routes (#5101) 2018-08-14 15:29:22 -04:00
sys_rekey_ext_test.go Finish api tests for verification 2018-05-20 19:01:24 -04:00
sys_rotate.go Remove injection into top routes (#5101) 2018-08-14 15:29:22 -04:00
sys_seal.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
sys_stepdown.go Fix stepdown body closing 2018-08-04 11:50:29 -04:00