open-vault/command
2016-07-21 20:46:31 -04:00
..
server Make 'tls_min_version' configurable 2016-07-12 19:32:47 -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 Improve error handling re: homedir expansion 2016-04-25 18:01:13 -07:00
config_test.go
delete.go Provide clarity for output statements of idempotent calls. 2016-04-14 15:46:45 +00:00
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
generate-root_test.go
init.go Address review feedback by @jefferai 2016-07-21 20:46:31 -04:00
init_test.go Add check against seal type to catch errors before we attempt to use the data 2016-04-15 18:16:48 -04:00
key_status.go
key_status_test.go
list.go
list_test.go
mount.go
mount_test.go
mounts.go
mounts_test.go
mounttune.go
path_help.go
path_help_test.go
pgp_test.go
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
revoke.go Provide clarity for output statements of idempotent calls. 2016-04-14 15:46:45 +00:00
revoke_test.go
rotate.go
rotate_test.go
seal.go
seal_test.go Change seal test name in command package 2016-04-26 00:12:14 +00:00
server.go Turn off DynamoDB HA by default. 2016-07-18 13:19:58 -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 Address review feedback 2016-06-01 11:39:48 -04:00
ssh_test.go
status.go
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 Provide clarity for output statements of idempotent calls. 2016-04-14 15:46:45 +00:00
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 aliases for field flag to allow printing auth results. 2016-06-27 23:19:09 -04:00
write_test.go