open-vault/api
Richard Patel 864d52b9af
Support tls-skip-verify for output-curl-string (#11713)
2021-06-14 11:09:29 -04:00
..
test-fixtures Add More TLS Tests and Verification of TLS Root Certificate (#11300) 2021-04-12 08:39:40 -07:00
README.md Add README.md to api (#10088) 2020-10-06 14:27:59 -07:00
api_test.go
auth.go
auth_token.go Add ability to renew by accessor (#7817) 2019-11-08 11:32:01 -05:00
client.go Support tls-skip-verify for output-curl-string (#11713) 2021-06-14 11:09:29 -04:00
client_test.go api/client: provide the ability to set a logger on retryablehttp.Client (#11696) 2021-05-27 10:25:25 -07:00
go.mod api/client: provide the ability to set a logger on retryablehttp.Client (#11696) 2021-05-27 10:25:25 -07:00
go.sum api/client: provide the ability to set a logger on retryablehttp.Client (#11696) 2021-05-27 10:25:25 -07: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 document response wrapping behavior (#8156) 2020-06-08 10:50:48 -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
renewer_test.go LifetimeWatcher should retry renew failures until end of lease (#11445) 2021-05-06 14:04:26 -04:00
request.go Fix SRV Lookups (#8520) 2020-03-11 14:22:58 +01:00
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 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 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 Add a new "vault monitor" command (#8477) 2020-05-21 13:07:50 -07:00
sys_mounts.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
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 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

README.md

Vault API

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

GoDoc