vault/command
Michael Russell 76e535e5ea Make the SSH executable path configurable (#4937)
Making this configurable is useful for windows users which may not be
using the default `ssh` executable. It also means that users can point to a
specify SSH executable if multiple are available.
2018-07-17 17:47:07 -07:00
..
config
server Fix printable check key not being valid 2018-07-12 16:59:07 -04:00
test-fixtures
token
approle_concurrency_integ_test.go
audit.go
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go
audit_list.go
audit_list_test.go
auth.go
auth_disable.go
auth_disable_test.go
auth_enable.go
auth_enable_test.go
auth_help.go
auth_help_test.go
auth_list.go
auth_list_test.go
auth_test.go
auth_tune.go Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
auth_tune_test.go Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
base.go Turn off retries on CLI (#4918) 2018-07-12 18:38:18 -04:00
base_flags.go Fixed parsing of environment variables (#4925) 2018-07-13 10:45:35 -07:00
base_helpers.go Allow lease_duration to be pulled out with -field (#4906) 2018-07-11 15:09:04 -04:00
base_helpers_test.go
base_predict.go Turn off retries on CLI (#4918) 2018-07-12 18:38:18 -04:00
base_predict_test.go
command_test.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
commands.go FoundationDB physical backend (#4900) 2018-07-16 10:18:09 -04:00
config.go
config_test.go
delete.go
delete_test.go
format.go Allow lease_duration to be pulled out with -field (#4906) 2018-07-11 15:09:04 -04:00
format_test.go
kv.go
kv_delete.go
kv_destroy.go
kv_enable_versioning.go
kv_get.go Add in logic for handling a field of 'data' to kv get (#4895) 2018-07-11 15:50:26 -04:00
kv_helpers.go
kv_list.go
kv_metadata.go
kv_metadata_delete.go
kv_metadata_get.go
kv_metadata_put.go vault kv metadata put doesn't need [DATA] (#4847) 2018-06-28 00:26:10 -07:00
kv_patch.go
kv_put.go
kv_rollback.go
kv_test.go
kv_undelete.go
lease.go
lease_renew.go
lease_renew_test.go
lease_revoke.go Make single-lease revocation behave like expiration (#4883) 2018-07-11 15:45:35 -04:00
lease_revoke_test.go Fix tests 2018-07-12 10:18:50 -04:00
list.go
list_test.go
login.go
login_test.go
main.go
operator.go
operator_generate_root.go Update generate-root output (#4807) 2018-07-06 09:02:47 -04:00
operator_generate_root_test.go Update generate-root output (#4807) 2018-07-06 09:02:47 -04:00
operator_init.go Validate operator init args (#4838) 2018-06-26 10:15:00 -04:00
operator_init_test.go Validate operator init args (#4838) 2018-06-26 10:15:00 -04:00
operator_key_status.go
operator_key_status_test.go
operator_rekey.go
operator_rekey_test.go
operator_seal.go
operator_seal_test.go
operator_step_down.go
operator_step_down_test.go
operator_unseal.go
operator_unseal_test.go
path_help.go
path_help_test.go
path_map_upgrade_api_test.go
pgp_test.go
plugin.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_deregister.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_deregister_test.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_info.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_info_test.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_list.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_list_test.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_register.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_register_test.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
plugin_test.go Add plugin CLI for interacting with the plugin catalog (#4911) 2018-07-13 10:35:08 -07:00
policies_deprecated.go
policies_deprecated_test.go
policy.go
policy_delete.go
policy_delete_test.go
policy_fmt.go
policy_fmt_test.go
policy_list.go
policy_list_test.go
policy_read.go
policy_read_test.go
policy_write.go
policy_write_test.go
read.go
read_test.go
rotate.go
rotate_test.go
secrets.go
secrets_disable.go
secrets_disable_test.go
secrets_enable.go
secrets_enable_test.go
secrets_list.go
secrets_list_test.go
secrets_move.go
secrets_move_test.go
secrets_tune.go Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
secrets_tune_test.go Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
server.go Add config flag to disable non-printable character check (#4917) 2018-07-12 16:29:36 -04:00
server_test.go
ssh.go Make the SSH executable path configurable (#4937) 2018-07-17 17:47:07 -07:00
ssh_test.go Allow vault ssh to work with single ssh args like -v (#4825) 2018-07-16 10:11:56 -04:00
status.go
status_test.go
token.go
token_capabilities.go
token_capabilities_test.go
token_create.go
token_create_test.go
token_lookup.go
token_lookup_test.go
token_renew.go
token_renew_test.go
token_revoke.go
token_revoke_test.go
unwrap.go
unwrap_test.go
util.go Allow lease_duration to be pulled out with -field (#4906) 2018-07-11 15:09:04 -04:00
version.go
version_test.go
write.go
write_test.go