open-vault/api
2021-08-19 15:51:06 -04:00
..
test-fixtures Add More TLS Tests and Verification of TLS Root Certificate (#11300) 2021-04-12 08:39:40 -07:00
api_test.go
auth.go
auth_token.go
client.go Add ability to optionally clone an api.Client's headers (#12117) 2021-07-19 17:15:31 -04:00
client_test.go Add ability to optionally clone an api.Client's headers (#12117) 2021-07-19 17:15:31 -04:00
go.mod Move awsutil over to the go-secure-stdlib version (#12128) 2021-07-20 20:42:00 -04:00
go.sum Upgrade snappy to fix panic with identity/packer on Go 1.16+arm64. (#12371) 2021-08-19 15:51:06 -04:00
help.go
lifetime_watcher.go LifetimeWatcher should retry renew failures until end of lease (#11445) 2021-05-06 14:04:26 -04:00
logical.go api: return parse errors if any for storage endpoints (#12338) 2021-08-17 13:19:39 -04:00
output_string.go Support tls-skip-verify for output-curl-string (#11713) 2021-06-14 11:09:29 -04:00
plugin_helpers.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
README.md
renewer_test.go LifetimeWatcher should retry renew failures until end of lease (#11445) 2021-05-06 14:04:26 -04:00
request.go
request_test.go
response.go VAULT-1303 when a request to vault fails, show namespace if set (#12196) 2021-07-30 12:32:05 -04:00
secret.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
ssh.go
ssh_agent.go
ssh_agent_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
sys.go
sys_audit.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
sys_auth.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go
sys_health.go
sys_init.go
sys_leader.go
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 Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
sys_policy.go
sys_raft.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -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