open-vault/api
Nick Cabatoff a9e29b8dc2
Fix LifetimeWatcher test using a buffered channel to ensure that we don't miss a renewal notice. (#14298)
2022-02-28 09:24:19 -05:00
..
auth Run 'make fmt'. (#13914) 2022-02-04 16:54:06 -05:00
test-fixtures Add More TLS Tests and Verification of TLS Root Certificate (#11300) 2021-04-12 08:39:40 -07:00
README.md Update example code links, remove unneeded comments (#13491) 2021-12-22 09:33:12 -08:00
api_test.go Add HTTP PATCH support to KV (#12687) 2021-10-13 15:24:31 -04:00
auth.go Native Login method for Go client (#12796) 2021-10-26 16:48:48 -07:00
auth_token.go Fixed null token panic from 'v1/auth/token/' endpoints and returned p… (#13233) 2021-12-21 09:46:56 -08:00
client.go Login MFA (#14025) 2022-02-17 13:08:51 -08:00
client_test.go Add ability to optionally clone a Client's token (#13515) 2021-12-22 17:07:26 -05:00
go.mod update sdk in api and vault (#14289) 2022-02-25 11:54:24 -08:00
go.sum update sdk in api and vault (#14289) 2022-02-25 11:54:24 -08:00
help.go
lifetime_watcher.go Add telemetry to Vault agent (#13675) 2022-02-17 17:10:26 -08:00
logical.go Set header content type instead of overwriting all headers (#14222) 2022-02-23 17:09:57 -05:00
output_string.go Add support for client certificates to -output-curl-string (#13660) 2022-01-20 10:25:26 -08:00
plugin_helpers.go Remove deprecated call to BuildNameToCertificate (#13811) 2022-01-27 14:56:21 -05:00
renewer_test.go Fix LifetimeWatcher test using a buffered channel to ensure that we don't miss a renewal notice. (#14298) 2022-02-28 09:24:19 -05: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 Login MFA (#14025) 2022-02-17 13:08:51 -08: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_hastatus.go Add "operator members" command to list nodes in the cluster. (#13292) 2021-11-30 14:49:58 -05:00
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 Revert "MFA (#14049)" (#14135) 2022-02-17 13:17:59 -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 PutAutoPilotRaftConfiguration to api (#12428) 2021-11-10 12:10:15 -05:00
sys_rekey.go
sys_rotate.go
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.

For examples of how to use this module, see the vault-examples repo.

GoDoc