open-vault/api
Tom Proctor ab0b0c96ca
api: make ListPlugins parse only known plugin types (#15434)
2022-05-17 17:41:26 +01:00
..
auth
test-fixtures
README.md
api_test.go
auth.go
auth_test.go
auth_token.go
client.go Global flag that outputs minimum policy HCL required for an operation (#14899) 2022-04-27 16:35:18 -07:00
client_test.go Global flag that outputs minimum policy HCL required for an operation (#14899) 2022-04-27 16:35:18 -07:00
go.mod Update parseutil in API, SDK (#15465) 2022-05-17 11:44:32 -04:00
go.sum Update parseutil in API, SDK (#15465) 2022-05-17 11:44:32 -04:00
help.go
lifetime_watcher.go
logical.go Propagate context within UnwrapWithContext func (#15351) 2022-05-10 16:30:05 -04:00
output_policy.go Global flag that outputs minimum policy HCL required for an operation (#14899) 2022-04-27 16:35:18 -07:00
output_string.go Global flag that outputs minimum policy HCL required for an operation (#14899) 2022-04-27 16:35:18 -07:00
plugin_helpers.go Add enterprise sudo paths to api.SudoPaths map (#15219) 2022-04-29 10:09:25 -04:00
plugin_helpers_test.go Global flag that outputs minimum policy HCL required for an operation (#14899) 2022-04-27 16:35:18 -07:00
renewer_test.go
request.go
request_test.go
response.go
secret.go Fix integer overflows with new parseutil (#15437) 2022-05-16 13:57:19 -04:00
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_plugins.go api: make ListPlugins parse only known plugin types (#15434) 2022-05-17 17:41:26 +01:00
sys_plugins_test.go api: make ListPlugins parse only known plugin types (#15434) 2022-05-17 17:41:26 +01: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.

GoDoc