open-vault/command
Clint 847fcf8551 Update how Vault Agent configures Consul Templates internal logger (#7822)
* fix up logger in Vault Agent Template

* update deps
2019-11-12 11:29:29 -08:00
..
agent Update how Vault Agent configures Consul Templates internal logger (#7822) 2019-11-12 11:29:29 -08:00
config Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
server Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
test-fixtures
token Use proper pathSeparator for the operating system (#6347) 2019-03-07 09:51:10 -05:00
agent.go Update how Vault Agent configures Consul Templates internal logger (#7822) 2019-11-12 11:29:29 -08:00
agent_test.go Fix indefinitely hanging agent test (#7866) 2019-11-12 09:19:11 -08:00
approle_concurrency_integ_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
audit.go fix typo (#6469) 2019-03-25 10:56:04 -07:00
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go
audit_list.go Audit listing with format json returns json, not a string (#6776) 2019-06-04 10:36:34 -07:00
audit_list_test.go
auth.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
auth_disable.go
auth_disable_test.go
auth_enable.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
auth_enable_test.go rename pcf to cf maintaining backwards compat (#7346) 2019-08-26 09:55:08 -07:00
auth_help.go
auth_help_test.go
auth_list.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
auth_list_test.go
auth_test.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
auth_tune.go Fix improperly formatted help output strings (#6414) 2019-03-14 13:57:28 -07:00
auth_tune_test.go
base.go Add TLS server name to Vault stanza of Agent configuration (#7519) 2019-10-29 09:11:01 -04:00
base_flags.go Support reading Vault's address from Agent's config file (#6306) 2019-02-28 17:29:28 -05:00
base_helpers.go Fix command panic by returning empty (not nil) map (#5603) 2018-10-24 13:08:40 -07:00
base_helpers_test.go
base_predict.go Vault Debug (#7375) 2019-10-15 15:39:19 -07:00
base_predict_test.go Add OCI auth to builtin plugin registry (#7436) 2019-09-05 13:50:12 -07:00
command_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
commands.go Add TLS server name to Vault stanza of Agent configuration (#7519) 2019-10-29 09:11:01 -04:00
commands_nonwindows.go Fix windows build by moving references to SIGUSR2 into a file not built (#6422) 2019-03-15 10:12:48 -07:00
commands_windows.go Fix windows build by moving references to SIGUSR2 into a file not built (#6422) 2019-03-15 10:12:48 -07:00
config.go
config_test.go
debug.go debug: ignore invalid target flags (#7860) 2019-11-11 15:32:11 -08:00
debug_test.go debug: fix test typo (#7862) 2019-11-11 16:30:49 -08:00
delete.go logical: add support for passing data to delete (#7139) 2019-07-18 10:42:36 -07:00
delete_test.go logical: add support for passing data to delete (#7139) 2019-07-18 10:42:36 -07:00
format.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
format_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
kv.go
kv_delete.go
kv_destroy.go
kv_enable_versioning.go
kv_get.go Remove unused code in kv_get.go (#7583) 2019-10-07 10:18:04 -04:00
kv_helpers.go Fix a panic caused by a nil response on kv pre-flight (#6675) 2019-05-03 09:10:41 -07:00
kv_list.go Audit listing with format json returns json, not a string (#6776) 2019-06-04 10:36:34 -07:00
kv_metadata.go Add delete-version-after to kv CLI subcommands 2019-06-27 14:17:46 -04:00
kv_metadata_delete.go
kv_metadata_get.go
kv_metadata_put.go Add delete-version-after to kv CLI subcommands 2019-06-27 14:17:46 -04:00
kv_patch.go fix output-curl-string for 'vault kv patch' (#6848) 2019-07-03 09:03:35 -04:00
kv_put.go Remove delete-version-after from kv put and undelete subcommands 2019-06-27 14:17:46 -04:00
kv_rollback.go Remove delete-version-after from kv put and undelete subcommands 2019-06-27 14:17:46 -04:00
kv_test.go Remove delete-version-after from kv put and undelete subcommands 2019-06-27 14:17:46 -04:00
kv_undelete.go Remove delete-version-after from kv put and undelete subcommands 2019-06-27 14:17:46 -04:00
lease.go
lease_renew.go Change deprecation warnings from 0.11 or later to 0.12. (#5176) 2018-08-24 12:16:37 -04:00
lease_renew_test.go
lease_revoke.go
lease_revoke_test.go
list.go Audit listing with format json returns json, not a string (#6776) 2019-06-04 10:36:34 -07:00
list_test.go
login.go Fixed github-prod path (#7516) 2019-09-26 08:46:41 -04:00
login_test.go Ignore any existing token during CLI login (#7508) 2019-09-25 10:59:42 -07:00
main.go add a reader that takes stdin (#7074) 2019-07-05 13:36:44 -07:00
namespace.go
namespace_create.go Sync over 2018-08-27 12:02:57 -04:00
namespace_delete.go Sync over 2018-08-27 12:02:57 -04:00
namespace_list.go cli: fix json output for namespace list command (#7705) 2019-10-21 13:38:37 -07:00
namespace_lookup.go Sync over some stuff 2018-08-24 12:09:03 -04:00
operator.go
operator_generate_root.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
operator_generate_root_test.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
operator_init.go Re-add stored-shares for init and spit out a warning (#6677) 2019-05-03 09:09:59 -07:00
operator_init_test.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
operator_key_status.go
operator_key_status_test.go
operator_migrate.go storage/raft: Support storage migration to raft storage (#7207) 2019-07-29 13:05:43 -07:00
operator_migrate_test.go Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
operator_raft.go Added operator raft and operator raft snapshot descriptions (#7106) 2019-07-16 09:31:00 +02:00
operator_raft_configuration.go Raft CLI (#6893) 2019-06-20 21:32:00 -04:00
operator_raft_join.go OSS portions of raft non-voters (#7634) 2019-10-11 11:56:59 -07:00
operator_raft_remove_peer.go Raft CLI (#6893) 2019-06-20 21:32:00 -04:00
operator_raft_snapshot.go Added operator raft and operator raft snapshot descriptions (#7106) 2019-07-16 09:31:00 +02:00
operator_raft_snapshot_restore.go Added operator raft and operator raft snapshot descriptions (#7106) 2019-07-16 09:31:00 +02:00
operator_raft_snapshot_save.go Added operator raft and operator raft snapshot descriptions (#7106) 2019-07-16 09:31:00 +02:00
operator_rekey.go Fixed wrong rekey recovery backup client API URL (#6841) 2019-06-11 10:05:44 +02:00
operator_rekey_test.go
operator_seal.go
operator_seal_test.go
operator_step_down.go
operator_step_down_test.go
operator_unseal.go Move password to sdk 2019-04-12 18:12:13 -04:00
operator_unseal_test.go fixing operator unseal test (#6241) 2019-02-15 09:06:37 -08:00
path_help.go Add a deprecated helper to tokenutil and JSON output to path-help (#7006) 2019-06-27 12:56:31 -04:00
path_help_test.go
path_map_upgrade_api_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
pgp_test.go
plugin.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_deregister.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_deregister_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_info.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_info_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_list.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_list_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_register.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_register_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
plugin_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
policy.go
policy_delete.go
policy_delete_test.go
policy_fmt.go The big one (#5346) 2018-09-17 23:03:00 -04:00
policy_fmt_test.go
policy_list.go
policy_list_test.go
policy_read.go
policy_read_test.go
policy_write.go
policy_write_test.go
print.go remove panicking and added usage (#6208) 2019-02-11 11:19:08 -08:00
print_token.go remove panicking and added usage (#6208) 2019-02-11 11:19:08 -08:00
read.go
read_test.go
rotate.go
rotate_test.go
seal_migration_test.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
secrets.go
secrets_disable.go
secrets_disable_test.go
secrets_enable.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
secrets_enable_test.go Add adjustment factor for number of backends for secrets test 2019-07-25 10:00:51 -04:00
secrets_list.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
secrets_list_test.go
secrets_move.go Explicitly state that secrets move doesn't work across namespaces 2018-11-07 11:07:19 -05:00
secrets_move_test.go
secrets_tune.go Fix improperly formatted help output strings (#6414) 2019-03-14 13:57:28 -07:00
secrets_tune_test.go Mount tune options (#5809) 2018-11-19 14:23:25 -08:00
server.go server: automatically enable dev mode if dev-consul is provided (#7847) 2019-11-11 09:51:49 -08:00
server_noprofile.go Add memory profiling for custom builds (#5584) 2018-10-31 11:11:45 -07:00
server_profile.go Add memory profiling for custom builds (#5584) 2018-10-31 11:11:45 -07:00
server_test.go Use port 0 as the listener port so the OS assigns one not in use (#7763) 2019-10-30 10:36:23 -04:00
server_util.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
ssh.go changed misspelled english words (#6432) 2019-03-19 09:32:45 -04:00
ssh_test.go changed misspelled english words (#6432) 2019-03-19 09:32:45 -04:00
status.go
status_test.go
token.go
token_capabilities.go Improve CLI error message (#5327) 2018-09-13 08:23:36 -07:00
token_capabilities_test.go
token_create.go Help text: update token create help about id value (#7792) 2019-11-05 15:50:20 -08:00
token_create_test.go
token_lookup.go
token_lookup_test.go
token_renew.go Add ability to renew by accessor (#7817) 2019-11-08 11:32:01 -05:00
token_renew_test.go Add ability to renew by accessor (#7817) 2019-11-08 11:32:01 -05:00
token_revoke.go
token_revoke_test.go
unwrap.go
unwrap_test.go
util.go
version.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
version_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
write.go
write_test.go