open-vault/command
Jeff Mitchell d740fd4a6a Add the ability for warnings to be added to responses. These are
marshalled into JSON or displayed from the CLI depending on the output
mode. This allows conferring information such as "no such policy exists"
when creating a token -- not an error, but something the user should be
aware of.

Fixes #676
2015-10-07 16:18:39 -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
token
audit_disable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_disable_test.go
audit_enable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_enable_test.go
audit_list.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_list_test.go
auth.go Remove format parameter 2015-10-02 14:10:24 -04:00
auth_disable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
auth_disable_test.go
auth_enable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
auth_enable_test.go
auth_test.go
command_test.go
config.go
config_test.go
delete.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
delete_test.go
format.go Add the ability for warnings to be added to responses. These are 2015-10-07 16:18:39 -04: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
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 Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend. 2015-09-25 10:41:21 -04:00
mount_test.go
mounts.go Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend. 2015-09-25 10:41:21 -04:00
mounts_test.go
mounttune.go Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend. 2015-09-25 10:41:21 -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
policy_list.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_list_test.go
policy_write.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_write_test.go
read.go Adding type checking to ensure only BasicUi is affected 2015-09-17 11:37:21 -04:00
read_test.go
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
renew.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
renew_test.go
revoke.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
revoke_test.go
rotate.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
rotate_test.go
seal.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
seal_test.go
server.go improve documentation for available log levels 2015-09-16 11:01:33 -06:00
ssh.go Vault SSH: Default CIDR for roles 2015-08-27 13:04:15 -04:00
ssh_test.go Remove use of os/user as it cannot be run with CGO disabled 2015-10-02 18:43:38 -07:00
status.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
status_test.go
token_create.go Typo fix 2015-09-11 21:36:20 -04: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 Improve documentation of token renewal 2015-09-11 21:08:32 -04:00
token_renew_test.go
token_revoke.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
token_revoke_test.go
unmount.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
unmount_test.go
unseal.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
unseal_test.go
version.go
version_test.go
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