open-vault/api
Ben Ash 0b095588c6
api.Client: support isolated read-after-write (#12814)
- add new configuration option, ReadYourWrites, which enables a Client
  to provide cluster replication states to every request. A curated set
  of cluster replication states are stored in the replicationStateStore,
  and is shared across clones.
2021-10-14 14:51:31 -04:00
..
test-fixtures
README.md Add links to vault-examples repo (#12740) 2021-10-05 10:15:01 -07:00
api_test.go Add HTTP PATCH support to KV (#12687) 2021-10-13 15:24:31 -04:00
auth.go
auth_token.go
client.go api.Client: support isolated read-after-write (#12814) 2021-10-14 14:51:31 -04:00
client_test.go api.Client: support isolated read-after-write (#12814) 2021-10-14 14:51:31 -04:00
go.mod Update some SDK dependency versions (#12828) 2021-10-14 09:47:32 -07:00
go.sum Update some SDK dependency versions (#12828) 2021-10-14 09:47:32 -07:00
help.go
lifetime_watcher.go [MAR-3131] Set grace to 0 on non-positive lease duration (#12372) 2021-08-24 19:06:40 -07:00
logical.go Add HTTP PATCH support to KV (#12687) 2021-10-13 15:24:31 -04:00
output_string.go
plugin_helpers.go
renewer_test.go [MAR-3131] Set grace to 0 on non-positive lease duration (#12372) 2021-08-24 19:06:40 -07:00
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_health.go
sys_init.go
sys_leader.go
sys_leases.go
sys_monitor.go
sys_mounts.go
sys_plugins.go
sys_policy.go
sys_raft.go Add code to api.RaftSnapshot to detect incomplete snapshots (#12388) 2021-09-07 11:16:37 -04:00
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.

GoDoc