open-vault/api
Scott Miller 20551261bd
Revert #18683 (#18942)
* Revert "Don't execute the seal recovery tests on ENT. (#18841)"

This reverts commit 990d3bacc203c229d0f6729929d7562e678a1ac2.

* Revert "Add the ability to unseal using recovery keys via an explicit seal option. (#18683)"

This reverts commit 2ffe49aab0fc1a527c5182637c8fa3ac39b08d45.
2023-02-01 13:34:53 -06:00
..
auth
test-fixtures
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_string.go
plugin_helpers.go
plugin_helpers_test.go
README.md
renewer_test.go
request.go
request_test.go
response.go
secret.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

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