open-vault/api
Violet Hynes ac2af5cd24
Update auth/api submodules to new API version (#20809)
* Update auth/api submodules to new API version

* Update auth/api submodules to new API version
2023-05-26 14:06:31 +00:00
..
auth Update auth/api submodules to new API version (#20809) 2023-05-26 14:06:31 +00:00
test-fixtures adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
README.md
api_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
auth.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
auth_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
auth_token.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
client.go Clarify deprecation comments for RawRequest* functions (#20497) 2023-05-03 19:47:54 +00:00
client_test.go Capture loop var in TestClientDisabledRedirects (#20466) 2023-05-02 17:53:30 +00:00
go.mod Upgrade go-jose library to v3 (#20559) 2023-05-23 12:25:58 +00:00
go.sum Upgrade go-jose library to v3 (#20559) 2023-05-23 12:25:58 +00:00
help.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
kv.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
kv_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
kv_v1.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
kv_v2.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
lifetime_watcher.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
logical.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
output_policy.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
output_policy_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
output_string.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
plugin_helpers.go Upgrade go-jose library to v3 (#20559) 2023-05-23 12:25:58 +00:00
plugin_helpers_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
plugin_types.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
renewer_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
request.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
request_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
response.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
secret.go VAULT-5094: Deal with identity_policies Set to nil in Secret Data Field (#20636) 2023-05-19 09:51:52 -04:00
secret_test.go VAULT-5094: Deal with identity_policies Set to nil in Secret Data Field (#20636) 2023-05-19 09:51:52 -04:00
ssh.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
ssh_agent.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
ssh_agent_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_audit.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_auth.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_capabilities.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_config_cors.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_generate_root.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_hastatus.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_health.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_init.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_leader.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_leases.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_mfa.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_monitor.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_mounts.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_mounts_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_plugins.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_plugins_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_policy.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_raft.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_rekey.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_rotate.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_seal.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_stepdown.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00

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