open-vault/command
Jeff Mitchell 971e4144ec Fix typo 2015-09-10 15:09:54 -04:00
..
server Rename config lease_duration parameters to lease_ttl in line with current standardization efforts 2015-08-27 07:50:24 -07:00
test-fixtures command: load configuration 2015-03-30 10:25:24 -07:00
token command/token: add Env to Helper 2015-05-12 07:22:38 +02:00
audit_disable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_disable_test.go command/audit-disable 2015-04-07 18:23:50 -07:00
audit_enable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_enable_test.go command/audit-enable 2015-04-07 22:42:04 -07:00
audit_list.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_list_test.go command/audit-list 2015-04-07 18:19:44 -07:00
auth.go Add -no-verify option to CLI auth command, to avoid decrementing the token use count during auth. 2015-08-18 19:22:17 -07:00
auth_disable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
auth_disable_test.go command/auth-disable 2015-04-01 17:14:11 -07:00
auth_enable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
auth_enable_test.go command/server: tests 2015-04-04 17:43:20 -07:00
auth_test.go Add test for stdin input 2015-05-23 13:23:38 -05:00
command_test.go command/revoke: revoke 2015-03-31 19:21:02 -07:00
config.go command/auth: setting tokens works 2015-03-30 10:55:41 -07:00
config_test.go command: load configuration 2015-03-30 10:25:24 -07:00
delete.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
delete_test.go command/delete 2015-04-07 11:15:20 -07:00
format.go command/token-create: provide more useful output. Fixes #337 2015-06-17 16:59:50 -07:00
init.go When using PGP encryption on unseal keys, encrypt the hexencoded string rather than the raw bytes. 2015-08-26 07:59:50 -07:00
init_test.go Address comments from review. 2015-08-25 15:33:58 -07:00
key_status.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
key_status_test.go command/key-status: Adding new key-status command 2015-05-27 18:17:02 -07:00
meta.go Remove cookie authentication. 2015-08-21 19:46:23 -07:00
meta_test.go Initial sketch for client TLS auth 2015-06-29 15:33:16 -04:00
mount.go Add DynamicSystemView. This uses a pointer to a pointer to always have 2015-09-10 15:09:54 -04:00
mount_test.go command/mount 2015-03-31 16:29:04 -07:00
mounts.go Rejig how dynamic values are represented in system view and location of some functions in various packages; create mount-tune command and API analogues; update documentation 2015-09-10 15:09:54 -04:00
mounts_test.go command/meta: tests passing 2015-03-30 23:30:30 -07:00
mounttune.go Fix typo 2015-09-10 15:09:54 -04:00
path_help.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
path_help_test.go command/path-help: rename command, better error if sealed. Fixes #234 2015-06-18 15:56:42 -07:00
pgp_test.go When using PGP encryption on unseal keys, encrypt the hexencoded string rather than the raw bytes. 2015-08-26 07:59:50 -07:00
policy_delete.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_delete_test.go command/policy-delete 2015-04-19 16:36:11 -07:00
policy_list.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_list_test.go command/policies: read a single policy 2015-04-01 18:50:43 -07:00
policy_write.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_write_test.go command/policy-write 2015-04-01 23:00:15 -07:00
read.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
read_test.go Add ability to read raw field from secret 2015-05-22 11:28:23 -07:00
rekey.go When using PGP encryption on unseal keys, encrypt the hexencoded string rather than the raw bytes. 2015-08-26 07:59:50 -07:00
rekey_test.go Address comments from review. 2015-08-25 15:33:58 -07:00
remount.go Rejig how dynamic values are represented in system view and location of some functions in various packages; create mount-tune command and API analogues; update documentation 2015-09-10 15:09:54 -04:00
remount_test.go command/remount 2015-04-07 10:46:47 -07:00
renew.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
renew_test.go command/renew 2015-04-13 20:42:07 -07:00
revoke.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
revoke_test.go Replace VaultID with LeaseID for terminology simplification 2015-04-08 13:35:32 -07:00
rotate.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
rotate_test.go command/rotate: Adding new rotate command 2015-05-28 10:16:33 -07:00
seal.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
seal_test.go command/seal: test should use the token 2015-03-31 11:46:55 -07:00
server.go Rename config lease_duration parameters to lease_ttl in line with current standardization efforts 2015-08-27 07:50:24 -07:00
ssh.go Vault SSH: Default CIDR for roles 2015-08-27 13:04:15 -04:00
ssh_test.go Vault SSH: verify echo test 2015-08-18 16:48:50 -07:00
status.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
status_test.go command: Rename seal-status to status 2015-04-20 12:11:21 -07:00
token_create.go Allow the `vault token-create` command to specify the token's id 2015-08-07 08:45:34 +00:00
token_create_test.go command/token-create: provide more useful output. Fixes #337 2015-06-17 16:59:50 -07:00
token_renew.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
token_renew_test.go command/token-renew 2015-04-19 18:04:01 -07:00
token_revoke.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
token_revoke_test.go command/token-revoke 2015-04-07 14:36:17 -07:00
unmount.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
unmount_test.go command/unmount 2015-04-07 10:38:51 -07:00
unseal.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
unseal_test.go command/unseal: can accept key from command-line 2015-04-12 18:39:41 -07:00
version.go scripts 2015-03-03 23:14:18 -08:00
version_test.go command: version test 2015-03-03 23:14:54 -08:00
write.go Input validations, help strings, default_user support 2015-06-30 18:33:17 -04:00
write_test.go command/write: adding force flag for when no data fields are necessary. Fixes #357 2015-06-18 13:51:06 -07:00