open-vault/command
Jeff Mitchell 62c69f8e19 Provide base64 keys in addition to hex encoded. (#1734)
* Provide base64 keys in addition to hex encoded.

Accept these at unseal/rekey time.

Also fix a bug where backup would not be honored when doing a rekey with
no operation currently ongoing.
2016-08-15 16:01:15 -04:00
..
server Request forwarding (#1721) 2016-08-15 09:42:42 -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 Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -04:00
init_test.go Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -04:00
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 Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -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
read_test.go
rekey.go Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -04:00
rekey_test.go Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -04:00
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 Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -04:00
server_test.go Request forwarding (#1721) 2016-08-15 09:42:42 -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 periodic support for root/sudo tokens to auth/token/create 2016-08-12 21:14:12 -04:00
token_create_test.go
token_lookup.go
token_lookup_test.go
token_renew.go Add periodic support for root/sudo tokens to auth/token/create 2016-08-12 21:14:12 -04:00
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
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
write.go Add some info about -f to the "expects two arguments" error. 2016-08-12 15:47:16 -04:00
write_test.go