open-vault/api
Tom Proctor 5b52184766
Update x/net and x/crypto/ssh (#19282)
* Update x/net and x/crypto/ssh in api and sdk

* go mod tidy in root go module
2023-02-22 13:46:12 +00:00
..
auth update vault auth submodules to new version of API (#19127) 2023-02-10 08:12:10 -08:00
test-fixtures
README.md
api_test.go
auth.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
auth_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
auth_token.go
client.go address various issues with the output-policy flag (#19160) 2023-02-21 10:12:45 -05:00
client_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
go.mod Update x/net and x/crypto/ssh (#19282) 2023-02-22 13:46:12 +00:00
go.sum Update x/net and x/crypto/ssh (#19282) 2023-02-22 13:46:12 +00:00
help.go
kv.go
kv_test.go
kv_v1.go
kv_v2.go
lifetime_watcher.go LifeTimeWatcher SleepDuration calculation testing (#17919) 2023-02-14 14:57:25 +00:00
logical.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
output_policy.go address various issues with the output-policy flag (#19160) 2023-02-21 10:12:45 -05:00
output_policy_test.go address various issues with the output-policy flag (#19160) 2023-02-21 10:12:45 -05:00
output_string.go
plugin_helpers.go address various issues with the output-policy flag (#19160) 2023-02-21 10:12:45 -05:00
plugin_helpers_test.go
plugin_types.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
renewer_test.go Use MaxInt vs. MaxInt64 to prevent overflow on 32bit architectures (#19213) 2023-02-16 16:40:52 +00:00
request.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
request_test.go
response.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
secret.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
ssh.go
ssh_agent.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
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 Revert #18683 (#18942) 2023-02-01 13:34:53 -06:00
sys_leader.go
sys_leases.go
sys_mfa.go
sys_monitor.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
sys_mounts.go
sys_mounts_test.go
sys_plugins.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
sys_plugins_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
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