open-vault/command
2016-06-02 18:19:51 -04:00
..
server Add a metadata node_id field for Atlas usage and fix tests 2016-06-02 18:19:51 -04:00
test-fixtures
token
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 #1326 from hashicorp/sethvargo/hint_noreauth 2016-04-25 15:43:55 -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 Merge branch 'master-oss' into cubbyhole-the-world 2016-05-19 02:43:22 +00:00
format_test.go
generate-root.go
generate-root_test.go
init.go Fix number of recovery shares output during init 2016-05-03 23:07:09 -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 SealInterface 2016-04-04 10:44:22 -04:00
rekey_test.go SealInterface 2016-04-04 10:44:22 -04:00
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 Initial Atlas listener implementation 2016-06-02 14:05:47 -04:00
server_test.go Disable service registration for consul HA tests 2016-04-25 18:01:13 -07: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
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 Add unwrap command, and change how the response is embedded (as a string, not an object) 2016-05-19 11:25:15 -04: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 unwrap command, and change how the response is embedded (as a string, not an object) 2016-05-19 11:25:15 -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 Fix panic when using -field with read or write with a non-string value. 2016-04-07 22:16:33 +00:00
write_test.go