open-vault/api
hc-github-team-secure-vault-core 1d9e560f0f
backport of commit 2f677665b37fcced51737cdef7abbebb4c719529 (#21527)
Co-authored-by: Max Bowsher <maxbowsher@gmail.com>
2023-07-06 20:01:33 +00:00
..
auth
test-fixtures
README.md
api_test.go
auth.go
auth_test.go
auth_token.go
client.go
client_test.go
go.mod
go.sum
help.go
kv.go
kv_test.go
kv_v1.go
kv_v2.go
lifetime_watcher.go
logical.go
output_policy.go
output_policy_test.go
output_string.go
plugin_helpers.go
plugin_helpers_test.go
plugin_types.go
renewer_test.go
request.go
request_test.go
response.go
secret.go
secret_test.go
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_hastatus.go
sys_health.go
sys_init.go
sys_leader.go
sys_leases.go
sys_mfa.go
sys_monitor.go
sys_mounts.go
sys_mounts_test.go
sys_plugins.go
sys_plugins_test.go
sys_policy.go
sys_raft.go
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. For a step-by-step walkthrough on using these client libraries, see the developer quickstart.

GoDoc