open-vault/api
2020-11-06 11:27:35 -08:00
..
test-fixtures
api_test.go
auth.go
auth_token.go
client.go Fix client.Clone() to include the address. (#10077) 2020-11-06 11:27:35 -08:00
client_test.go Fix client.Clone() to include the address. (#10077) 2020-11-06 11:27:35 -08:00
go.mod Revert unnecessary changes to api/go.mod (#10097) 2020-10-06 14:25:46 -05:00
go.sum Revert unnecessary changes to api/go.mod (#10097) 2020-10-06 14:25:46 -05:00
help.go
lifetime_watcher.go
logical.go document response wrapping behavior (#8156) 2020-06-08 10:50:48 -04:00
output_string.go
plugin_helpers.go
README.md Add README.md to api (#10088) 2020-10-06 14:27:59 -07:00
renewer_test.go
request.go
request_test.go
response.go Resource Quotas: Rate Limiting (#9330) 2020-06-26 17:13:16 -04:00
secret.go
ssh.go
ssh_agent.go Add namespace parameter to ssh helper config (#9160) 2020-06-08 08:16:03 -07:00
ssh_agent_test.go
sys.go
sys_audit.go Add a new "vault monitor" command (#8477) 2020-05-21 13:07:50 -07:00
sys_auth.go
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go
sys_health.go
sys_init.go
sys_leader.go
sys_leases.go
sys_monitor.go Add a new "vault monitor" command (#8477) 2020-05-21 13:07:50 -07:00
sys_mounts.go
sys_plugins.go Address feedback on Plugin Reload: OSS Side (#9350) 2020-06-30 16:26:38 -05:00
sys_policy.go
sys_raft.go Merge PR #10192: Auto-Join: Configurable Scheme & Port (and add k8s provider) 2020-10-23 16:13:09 -04:00
sys_rekey.go
sys_rotate.go
sys_seal.go
sys_stepdown.go

Vault API

This provides the github.com/hashicorp/vault/api package which contains code useful for interacting with a Vault server.

GoDoc