open-vault/api
Jeff Mitchell 33ff878946
Move awsutil over to the go-secure-stdlib version (#12128)
Unlike the other libraries that were migrated, there are no usages of
this lib in any of our plugins, and the only other known usage was in
go-kms-wrapping, which has been updated. Aliasing it like the other libs
would still keep the aws-sdk-go dep in the sdk module because of the
function signatures. So I've simply removed it entirely here.
2021-07-20 20:42:00 -04:00
..
test-fixtures
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 Move awsutil over to the go-secure-stdlib version (#12128) 2021-07-20 20:42:00 -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
output_string.go Support tls-skip-verify for output-curl-string (#11713) 2021-06-14 11:09:29 -04:00
plugin_helpers.go
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 Revert #12061 due to failures in TestLogical_RequestSizeLimit (#12093) 2021-07-15 12:55:09 -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
sys.go
sys_audit.go
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
sys_mounts.go
sys_plugins.go
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
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