open-vault/api
Seth Vargo 1259ee6743 Add plugin CLI for interacting with the plugin catalog (#4911)
* Add 'plugin list' command

* Add 'plugin register' command

* Add 'plugin deregister' command

* Use a shared plugin helper

* Add 'plugin read' command

* Rename to plugin info

* Add base plugin for help text

* Fix arg ordering

* Add docs

* Rearrange to alphabetize

* Fix arg ordering in example

* Don't use "sudo" in command description
2018-07-13 10:35:08 -07:00
..
test-fixtures
api_integration_test.go Re-add dockertest and fix up imports and update script (#4909) 2018-07-11 17:49:13 -04:00
api_test.go
auth.go
auth_token.go
client.go Clean up request logic and use retryable's more efficient handling (#4670) 2018-06-01 09:12:43 -04:00
client_test.go Redo API client locking (#4551) 2018-05-25 14:38:06 -04:00
help.go
logical.go Fix tests 2018-07-12 10:18:50 -04:00
renewer.go Grace is deprecated so mark as such 2018-05-09 10:02:06 -04:00
renewer_integration_test.go Move timeout declaration outside of for loop, break out early if renewed cleanly (#4522) 2018-05-07 13:47:55 -07:00
renewer_test.go Remove outdated renewer test 2018-05-09 12:33:20 -04:00
request.go Clean up request logic and use retryable's more efficient handling (#4670) 2018-06-01 09:12:43 -04:00
request_test.go Clean up request logic and use retryable's more efficient handling (#4670) 2018-06-01 09:12:43 -04:00
response.go
secret.go Fix tests 2018-07-12 10:18:50 -04:00
secret_test.go
ssh.go
ssh_agent.go Move checkHCLKeys into hclutil (#4749) 2018-06-12 12:38:08 -04:00
ssh_agent_test.go
sys.go
sys_audit.go
sys_auth.go
sys_capabilities.go Fix panic when running capabilities CLI command with multiple paths (#4553) 2018-05-11 11:58:12 -04:00
sys_config_cors.go
sys_generate_root.go
sys_health.go
sys_init.go
sys_leader.go
sys_leases.go Make single-lease revocation behave like expiration (#4883) 2018-07-11 15:45:35 -04:00
sys_mounts.go Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
sys_plugins.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
sys_policy.go
sys_rekey.go Fix missing verification nonce field 2018-05-29 16:13:08 -04:00
sys_rekey_ext_test.go Finish api tests for verification 2018-05-20 19:01:24 -04:00
sys_rotate.go
sys_seal.go
sys_stepdown.go