open-vault/command
2016-08-12 15:47:16 -04:00
..
server Merge pull request #1655 from hashicorp/cluster-id 2016-07-26 14:12:48 -04:00
test-fixtures
token Fix up external token helper tests 2016-06-22 10:04:43 -04:00
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go
audit_list.go
audit_list_test.go
auth.go Merge pull request #1531 from hashicorp/auth-mount-tune-params 2016-06-20 20:24:47 -04:00
auth_disable.go
auth_disable_test.go
auth_enable.go
auth_enable_test.go
auth_test.go
capabilities.go
capabilities_test.go
command_test.go
config.go
config_test.go
delete.go
delete_test.go
format.go Have human-oriented token duration and secret duration output display a more human-friendly format 2016-07-19 12:15:00 -04:00
format_test.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
generate-root.go Fix generate-root synopsis 2016-08-05 16:35:03 -04:00
generate-root_test.go
init.go Address review feedback 2016-07-22 11:31:55 -04:00
init_test.go
key_status.go
key_status_test.go
list.go
list_test.go
mount.go
mount_test.go
mount_tune.go Rename mounttune.go 2016-08-08 16:22:28 -04:00
mounts.go
mounts_test.go
path_help.go
path_help_test.go
pgp_test.go Change to keybase openpgp fork as it has important fixes 2016-08-11 08:31:43 -04:00
policy_delete.go
policy_delete_test.go
policy_list.go
policy_list_test.go
policy_write.go
policy_write_test.go
read.go Add unwrap command, and change how the response is embedded (as a string, not an object) 2016-05-19 11:25:15 -04:00
read_test.go
rekey.go
rekey_test.go
remount.go
remount_test.go
renew.go
renew_test.go Add HTTP test for renew and fix muxing 2016-08-08 20:01:08 -04:00
revoke.go
revoke_test.go
rotate.go
rotate_test.go
seal.go
seal_test.go
server.go Close the shutdown channel instead of sending a value down 2016-08-01 11:58:45 -04:00
server_test.go Up sleep time during reload test to not fail under certain test conditions 2016-06-27 15:37:25 -04:00
ssh.go Support execution of remote commands using 'vault ssh' 2016-08-01 14:53:00 -04:00
ssh_test.go
status.go Add cluster information to 'vault status' 2016-07-29 14:13:53 -04:00
status_test.go
step-down.go
token_create.go Add explicit max TTL capability to token creation API 2016-06-08 14:49:48 -04:00
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
unmount.go
unmount_test.go
unseal.go
unseal_test.go
unwrap.go Make Unwrap a first-party API command and refactor UnwrapCommand to use it 2016-05-27 21:04:30 +00:00
unwrap_test.go Add unwrap test function and some robustness around paths for the wrap lookup function 2016-05-19 11:49:46 -04:00
util.go Add aliases for field flag to allow printing auth results. 2016-06-27 23:19:09 -04:00
version.go
version_test.go
wrapping_test.go Address most review feedback. Change responses to multierror to better return more useful values when there are multiple errors 2016-05-16 16:11:33 -04:00
write.go Add some info about -f to the "expects two arguments" error. 2016-08-12 15:47:16 -04:00
write_test.go