open-vault/api
Nick Cabatoff 3b88a87b84
LifetimeWatcher should retry renew failures until end of lease (#11445)
Co-authored-by: Andrej van der Zee <andrejvanderzee@gmail.com>
2021-05-06 14:04:26 -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 Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
client_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
go.mod LifetimeWatcher should retry renew failures until end of lease (#11445) 2021-05-06 14:04:26 -04:00
go.sum LifetimeWatcher should retry renew failures until end of lease (#11445) 2021-05-06 14:04:26 -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 Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07: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
secret.go
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
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
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