open-vault/api
Vishal Nayak ac2b499fc9
Support reading Vault's address from Agent's config file (#6306)
* Support reading Vault's address from Agent's config file

* use consts and switch

* Add tls options to agent config vault block

* Update command/agent/config/config.go

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

* remove fmt.Printfs
2019-02-28 17:29:28 -05:00
..
test-fixtures
api_integration_test.go
api_test.go
auth.go
auth_token.go
client.go Support reading Vault's address from Agent's config file (#6306) 2019-02-28 17:29:28 -05:00
client_test.go Support reading Vault's address from Agent's config file (#6306) 2019-02-28 17:29:28 -05:00
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
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