open-vault/api
Vishal Nayak 5037185d5d
Agent Cache: Some review feedback (#6257)
* Revamp agent cache client

* Update command/agent.go

Co-Authored-By: vishalnayak <vishalnayak@users.noreply.github.com>

* Agent cache auto auth token lookup case (#6258)

* agent cache auto auth token lookup case

* Use Blake2b256Hash instead of SHA256

* agent/cache: update cache-clear endpoint; use bytes.NewReader instead (#6259)

* agent/cache: update cache-clear endpoint; use bytes.NewReader instead

* agent/cache: Fix TestCache_ComputeIndexID after switching to blake2b

* agent/cache: Only parse response body if it's non-nil (#6260)

* Differently disable agent address in the API client

* Remove DisableAgent
2019-02-19 16:53:29 -05:00
..
test-fixtures
api_integration_test.go
api_test.go
auth.go
auth_token.go
client.go Agent Cache: Some review feedback (#6257) 2019-02-19 16:53:29 -05:00
client_test.go
help.go
logical.go
output_string.go Add the ability to print curl commands from CLI (#6113) 2019-02-01 17:13:51 -05:00
renewer.go
renewer_integration_test.go
renewer_test.go
request.go address some review back (#6237) 2019-02-15 13:40:03 -05:00
request_test.go
response.go
secret.go Vault Agent Cache (#6220) 2019-02-14 20:10:36 -05:00
secret_test.go
ssh.go
ssh_agent.go Run goimports across the repository (#6010) 2019-01-08 16:48:57 -08:00
ssh_agent_test.go
sys.go
sys_audit.go
sys_auth.go
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go
sys_health.go Add missing performance_standby field to API 2019-01-17 18:15:00 -05:00
sys_init.go
sys_leader.go
sys_leases.go
sys_mounts.go Add allowed_response_headers (#6115) 2019-02-05 16:02:15 -05:00
sys_plugins.go Fix a couple of instances where we are using LIST verb (#6026) 2019-01-10 19:57:00 -05:00
sys_policy.go Fix a couple of instances where we are using LIST verb (#6026) 2019-01-10 19:57:00 -05:00
sys_rekey.go
sys_rekey_ext_test.go
sys_rotate.go
sys_seal.go
sys_stepdown.go