open-vault/command
Calvin Leung Huang c07253999c
agent/caching: enable caching of leases generated by autoauth token (#6293)
* agent/caching: enable caching of leases generated by autoauth token

* add test for auth/token/create path

* update error message log

* Some minor updates

* add sleep timer for renewal logic to process
2019-02-27 13:14:58 -08:00
..
agent agent/caching: enable caching of leases generated by autoauth token (#6293) 2019-02-27 13:14:58 -08:00
config Run goimports across the repository (#6010) 2019-01-08 16:48:57 -08:00
server fixing command server tests (#6242) 2019-02-15 09:06:20 -08:00
test-fixtures
token Run goimports across the repository (#6010) 2019-01-08 16:48:57 -08:00
agent.go agent/caching: enable caching of leases generated by autoauth token (#6293) 2019-02-27 13:14:58 -08:00
agent_test.go address some review back (#6237) 2019-02-15 13:40:03 -05:00
approle_concurrency_integ_test.go
audit.go
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go
audit_list.go Remove injection into top routes (#5101) 2018-08-14 15:29:22 -04: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 Add allowed_response_headers (#6115) 2019-02-05 16:02:15 -05:00
auth_enable_test.go Fix unit tests broken with JWT plugin update 2019-02-14 12:14:18 -08:00
auth_help.go
auth_help_test.go
auth_list.go Restore plugin name for backwards compatibility (#5825) 2018-11-19 16:41:17 -08:00
auth_list_test.go
auth_test.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
auth_tune.go Batch tokens (#755) 2018-10-15 12:56:24 -04:00
auth_tune_test.go Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
base.go Vault Agent Cache (#6220) 2019-02-14 20:10:36 -05:00
base_flags.go Sync some ns stuff to api/command 2018-08-22 14:37:40 -04: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 Update backwards compat fix from 5913 2018-12-12 15:36:28 -05:00
base_predict_test.go Fix unit tests broken with JWT plugin update 2019-02-14 12:14:18 -08:00
command_test.go Run goimports across the repository (#6010) 2019-01-08 16:48:57 -08:00
commands.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
config.go Move checkHCLKeys into hclutil (#4749) 2018-06-12 12:38:08 -04:00
config_test.go
delete.go
delete_test.go
format.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
format_test.go Don't use environment as a mechanism for floating format around. (#4622) 2018-05-23 16:45:17 -04:00
kv.go
kv_delete.go Fix writing to KVv2 root via kv put (#4726) 2018-06-08 13:45:47 -04:00
kv_destroy.go Fix writing to KVv2 root via kv put (#4726) 2018-06-08 13:45:47 -04:00
kv_enable_versioning.go
kv_get.go Add in logic for handling a field of 'data' to kv get (#4895) 2018-07-11 15:50:26 -04:00
kv_helpers.go Add the ability to print curl commands from CLI (#6113) 2019-02-01 17:13:51 -05:00
kv_list.go
kv_metadata.go
kv_metadata_delete.go Fix writing to KVv2 root via kv put (#4726) 2018-06-08 13:45:47 -04:00
kv_metadata_get.go Fix writing to KVv2 root via kv put (#4726) 2018-06-08 13:45:47 -04:00
kv_metadata_put.go Fix flag name for kv help text (#5580) 2018-10-22 15:22:43 -04:00
kv_patch.go Add kv rollback (#4774) 2018-06-15 15:34:17 -04:00
kv_put.go
kv_rollback.go Add kv rollback (#4774) 2018-06-15 15:34:17 -04:00
kv_test.go
kv_undelete.go Fix writing to KVv2 root via kv put (#4726) 2018-06-08 13:45:47 -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 Make single-lease revocation behave like expiration (#4883) 2018-07-11 15:45:35 -04:00
lease_revoke_test.go Fix tests 2018-07-12 10:18:50 -04:00
list.go
list_test.go
login.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
login_test.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
main.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
namespace.go Sync some ns stuff to api/command 2018-08-22 14:37:40 -04:00
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 Sync some ns stuff to api/command 2018-08-22 14:37:40 -04:00
namespace_lookup.go Sync over some stuff 2018-08-24 12:09:03 -04:00
operator.go
operator_generate_root.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
operator_generate_root_test.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
operator_init.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
operator_init_test.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
operator_key_status.go
operator_key_status_test.go
operator_migrate.go Show migration check error (#5806) 2018-11-16 15:09:35 -08:00
operator_migrate_test.go Simplify base62.Random (#5982) 2018-12-20 07:40:01 -08:00
operator_rekey.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
operator_rekey_test.go
operator_seal.go update docs and help text to include 'operator' (#4712) 2018-06-06 21:11:21 -07:00
operator_seal_test.go
operator_step_down.go
operator_step_down_test.go
operator_unseal.go Seal migration (OSS) (#781) 2018-10-22 23:34:02 -07:00
operator_unseal_test.go fixing operator unseal test (#6241) 2019-02-15 09:06:37 -08:00
path_help.go
path_help_test.go
path_map_upgrade_api_test.go
pgp_test.go
plugin.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_deregister.go Support registering plugin with name only (#5787) 2018-11-15 14:33:11 -08:00
plugin_deregister_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_info.go Support registering plugin with name only (#5787) 2018-11-15 14:33:11 -08:00
plugin_info_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_list.go Update backwards compat fix from 5913 2018-12-12 15:36:28 -05:00
plugin_list_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_register.go Support registering plugin with name only (#5787) 2018-11-15 14:33:11 -08:00
plugin_register_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
plugin_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08: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 Add support for passing args via vault read (#5093) 2018-08-13 22:00:26 -04:00
read_test.go Fix read test 2018-08-14 14:20:49 -04:00
rotate.go update docs and help text to include 'operator' (#4712) 2018-06-06 21:11:21 -07:00
rotate_test.go
seal_migration_test.go Updates to recovery keys (#6152) 2019-02-01 11:29:55 -08:00
secrets.go
secrets_disable.go
secrets_disable_test.go
secrets_enable.go Add allowed_response_headers (#6115) 2019-02-05 16:02:15 -05:00
secrets_enable_test.go Run all builtins as plugins (#5536) 2018-11-06 17:21:24 -08:00
secrets_list.go Restore plugin name for backwards compatibility (#5825) 2018-11-19 16:41:17 -08: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 Add description flag to secrets and auth tune subcommands (#4894) 2018-07-12 11:15:50 -04:00
secrets_tune_test.go Mount tune options (#5809) 2018-11-19 14:23:25 -08:00
server.go make fmt 2019-02-20 12:12:21 -08:00
server_devfourcluster.go The big one (#5346) 2018-09-17 23:03:00 -04: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 Fix server command test (#5407) 2018-09-26 14:52:11 -07:00
server_util.go Add HSMAutoDeprecated for ent upgrade (#5704) 2018-11-06 09:42:03 -08:00
ssh.go Change deprecation warning to 1.1 2018-10-23 02:44:57 -04:00
ssh_test.go Allow vault ssh to work with single ssh args like -v (#4825) 2018-07-16 10:11:56 -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 Fix panic when running capabilities CLI command with multiple paths (#4553) 2018-05-11 11:58:12 -04:00
token_create.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
token_create_test.go
token_lookup.go
token_lookup_test.go
token_renew.go Remove deprecated CLI commands (#6112) 2019-02-14 11:54:47 -08:00
token_renew_test.go
token_revoke.go
token_revoke_test.go
unwrap.go
unwrap_test.go
util.go Allow lease_duration to be pulled out with -field (#4906) 2018-07-11 15:09:04 -04:00
version.go
version_test.go
write.go
write_test.go