open-vault/api
Mike Palmiotto 9849af8663
Add deprecation status to plugin api and cli (#17077)
* api: Add deprecation status to plugin endpoints

* cli: Add -detailed flag to `plugin list`

* docs: Update plugin list/info docs
2022-09-09 16:03:07 -04:00
..
auth update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
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 Add a sentinel error for missing KV secrets (#16699) 2022-08-12 19:29:42 -04:00
kv_test.go
kv_v1.go Add a sentinel error for missing KV secrets (#16699) 2022-08-12 19:29:42 -04:00
kv_v2.go Add a sentinel error for missing KV secrets (#16699) 2022-08-12 19:29:42 -04:00
lifetime_watcher.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
logical.go
output_policy.go
output_string.go
plugin_helpers.go feature: secrets/auth plugin multiplexing (#14946) 2022-08-29 21:42:26 -05:00
plugin_helpers_test.go
README.md
renewer_test.go
request.go
request_test.go
response.go
secret.go
ssh.go
ssh_agent.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
ssh_agent_test.go
sys.go
sys_audit.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
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 Add deprecation status to auth/secrets list (#16849) 2022-08-31 16:11:14 -04:00
sys_mounts_test.go Update mount table and CLI with plugin version for auth (#16856) 2022-08-31 19:23:05 +01:00
sys_plugins.go Add deprecation status to plugin api and cli (#17077) 2022-09-09 16:03:07 -04:00
sys_plugins_test.go Update mount table and CLI with plugin version for auth (#16856) 2022-08-31 19:23:05 +01:00
sys_policy.go
sys_raft.go
sys_rekey.go
sys_rotate.go
sys_seal.go HCP link integration (#16939) 2022-09-06 14:11:04 -04:00
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