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
api_integration_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
api_test.go
auth.go
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
renewer_integration_test.go
renewer_test.go
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
secret.go Fix tests 2018-07-12 10:18:50 -04:00
secret_test.go
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
sys.go
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