open-vault/api
2021-03-22 10:23:12 -04:00
..
test-fixtures
api_test.go
auth.go
auth_token.go
client.go Respect VAULT_MAX_RETRIES from environment in DefaultConfig() (#10883) 2021-03-02 10:39:20 -08:00
client_test.go don't panic on connection errors in DefaultRetryPolicy (#11002) 2021-02-25 13:16:17 -05:00
go.mod Revert unnecessary changes to api/go.mod (#10097) 2020-10-06 14:25:46 -05:00
go.sum don't panic on connection errors in DefaultRetryPolicy (#11002) 2021-02-25 13:16:17 -05:00
help.go
lifetime_watcher.go
logical.go
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
secret.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 Add AllowedHeader and fix AllowedOrigins in the API (#10482) 2020-12-03 14:31:25 +01:00
sys_generate_root.go
sys_health.go
sys_init.go
sys_leader.go core: Record the time a node became active (#10489) 2020-12-11 16:50:19 -08:00
sys_leases.go Add command to look up a lease by ID (#11129) 2021-03-18 11:11:09 -05:00
sys_monitor.go
sys_mounts.go
sys_plugins.go
sys_policy.go
sys_raft.go Add JSON marshaler to CLI output of autopilot config (#11166) 2021-03-22 10:23:12 -04:00
sys_rekey.go
sys_rotate.go OSS side barrier encryption tracking and automatic rotation (#11007) 2021-02-25 14:27:25 -06:00
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