open-vault/command
Peter Wilson 469c102fd3
Removed the legacy env var: LOGXI_FORMAT (#17822)
* Removed the legacy env var: LOGXI_FORMAT

* Added changelog

* Actually filled in the CL

* Added the name of legacy env var
2022-11-04 22:16:18 +00:00
..
agent VAULT-8518 Increase HMAC limit to 4096, and limit approle names to the same limit (#17768) 2022-11-02 10:42:09 -04:00
config dev docs: clarify internal and external token helpers (#13014) 2022-08-16 16:48:24 -04:00
server Use hashicorp mirror for container pulls (#17778) 2022-11-02 13:33:17 -04:00
test-fixtures
token update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
agent.go agent/auto-auth: add exit_on_err configurable (#17091) 2022-09-15 11:00:31 -07:00
agent_test.go
approle_concurrency_integ_test.go
audit.go
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go
audit_list.go
audit_list_test.go
auth.go
auth_disable.go
auth_disable_test.go
auth_enable.go Plugins: Add version info to CLI and server log output (#17430) 2022-10-06 12:54:27 +01:00
auth_enable_test.go Handle deprecated builtins (#17005) 2022-09-06 15:49:35 -04:00
auth_help.go
auth_help_test.go
auth_list.go CLI: Add version info to auth/secrets list -detailed (#17293) 2022-09-23 10:40:42 +01:00
auth_list_test.go
auth_move.go
auth_move_test.go
auth_test.go
auth_tune.go Vault 8305 Prevent Brute Forcing in Auth methods : Setting user lockout configuration (#17338) 2022-11-01 11:02:07 -07:00
auth_tune_test.go CLI: Tune plugin version for auth/secret mounts (#17277) 2022-09-22 20:55:46 +01:00
base.go Fix raw format for other commands, add to docs! (#17730) 2022-10-28 12:53:23 -04:00
base_flags.go
base_flags_test.go
base_helpers.go Fix raw format for other commands, add to docs! (#17730) 2022-10-28 12:53:23 -04:00
base_helpers_test.go CLI: Fix erroneous warning when reading from stdin (#17252) 2022-09-21 21:04:49 +01:00
base_predict.go Make key completion work for both kv-v1 and kv-v2 (#16553) 2022-09-13 12:11:00 -04:00
base_predict_test.go Make key completion work for both kv-v1 and kv-v2 (#16553) 2022-09-13 12:11:00 -04:00
base_test.go
command_test.go Make key completion work for both kv-v1 and kv-v2 (#16553) 2022-09-13 12:11:00 -04:00
commands.go Vault 8305 Prevent Brute Forcing in Auth methods : Setting user lockout configuration (#17338) 2022-11-01 11:02:07 -07:00
commands_nonwindows.go
commands_windows.go
config.go
config_test.go
debug.go command/debug: fix bug where monitor was not honoring configured duration (#16834) 2022-08-23 17:09:30 -04:00
debug_test.go
delete.go
delete_test.go
format.go Fix raw format for other commands, add to docs! (#17730) 2022-10-28 12:53:23 -04:00
format_test.go
kv.go
kv_delete.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_destroy.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_enable_versioning.go
kv_get.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_helpers.go
kv_list.go
kv_metadata.go
kv_metadata_delete.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_metadata_get.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_metadata_patch.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_metadata_patch_test.go
kv_metadata_put.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_metadata_put_test.go
kv_patch.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_put.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_rollback.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_test.go Fix kv -mount flag error when mount and secret path are the same (#17679) 2022-11-01 09:57:23 -04:00
kv_undelete.go
lease.go
lease_lookup.go
lease_lookup_test.go
lease_renew.go
lease_renew_test.go
lease_revoke.go
lease_revoke_test.go
list.go
list_test.go
login.go Store login MFA secret with tokenhelper (#17040) 2022-10-26 17:02:26 -04:00
login_test.go Store login MFA secret with tokenhelper (#17040) 2022-10-26 17:02:26 -04:00
main.go Write explicit -help output to stdout (#17308) 2022-09-26 12:15:48 -04:00
monitor.go
monitor_test.go
namespace.go VAULT-7256: Add custom_metadata to namespaces (#16640) 2022-08-09 11:38:03 -04:00
namespace_api_lock.go
namespace_api_unlock.go
namespace_create.go VAULT-7256: Add custom_metadata to namespaces (#16640) 2022-08-09 11:38:03 -04:00
namespace_delete.go
namespace_list.go
namespace_lookup.go
namespace_patch.go fix namespace patch not found error message (#17242) 2022-09-23 10:41:11 -04:00
operator.go
operator_diagnose.go fix incorrect use of loop variable (#16872) 2022-10-04 09:23:37 -04:00
operator_diagnose_test.go
operator_generate_root.go
operator_generate_root_test.go
operator_init.go vault operator init -output-curl-string bug (#17514) 2022-10-13 15:15:01 -07:00
operator_init_test.go
operator_key_status.go
operator_key_status_test.go
operator_members.go
operator_migrate.go
operator_migrate_test.go
operator_raft.go
operator_raft_autopilot_get_config.go
operator_raft_autopilot_set_config.go
operator_raft_autopilot_state.go
operator_raft_join.go
operator_raft_listpeers.go
operator_raft_remove_peer.go
operator_raft_snapshot.go
operator_raft_snapshot_restore.go
operator_raft_snapshot_save.go
operator_rekey.go
operator_rekey_test.go
operator_seal.go
operator_seal_test.go
operator_step_down.go
operator_step_down_test.go
operator_unseal.go
operator_unseal_test.go
operator_usage.go
patch.go Add PATCH support to Vault CLI (#17650) 2022-10-26 14:30:40 -04:00
patch_test.go Add PATCH support to Vault CLI (#17650) 2022-10-26 14:30:40 -04:00
path_help.go
path_help_test.go
path_map_upgrade_api_test.go
pgp_test.go fix: PGP subkeys support (#16224) 2022-09-22 09:12:41 -04:00
plugin.go
plugin_deregister.go Plugins: Consistently use plugin_version (#17171) 2022-09-20 12:35:50 +01:00
plugin_deregister_test.go Plugins: Add -version flag to 'vault plugin info' (#17454) 2022-10-07 15:28:15 +01:00
plugin_info.go Plugins: Add -version flag to 'vault plugin info' (#17454) 2022-10-07 15:28:15 +01:00
plugin_info_test.go Plugins: Add -version flag to 'vault plugin info' (#17454) 2022-10-07 15:28:15 +01:00
plugin_list.go cli/api: Update plugin listing to always include version info in the response (#17347) 2022-09-29 18:22:33 +01:00
plugin_list_test.go cli/api: Update plugin listing to always include version info in the response (#17347) 2022-09-29 18:22:33 +01:00
plugin_register.go Plugins: Consistently use plugin_version (#17171) 2022-09-20 12:35:50 +01:00
plugin_register_test.go CLI: Tune plugin version for auth/secret mounts (#17277) 2022-09-22 20:55:46 +01:00
plugin_reload.go
plugin_reload_status.go
plugin_reload_test.go Plugins: Add -version flag to 'vault plugin info' (#17454) 2022-10-07 15:28:15 +01:00
plugin_test.go Plugins: Add -version flag to 'vault plugin info' (#17454) 2022-10-07 15:28:15 +01:00
policy.go
policy_delete.go
policy_delete_test.go
policy_fmt.go
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
print_token.go
read.go Fix raw format for other commands, add to docs! (#17730) 2022-10-28 12:53:23 -04:00
read_test.go
rotate.go
rotate_test.go
secrets.go
secrets_disable.go
secrets_disable_test.go
secrets_enable.go Plugins: Add version info to CLI and server log output (#17430) 2022-10-06 12:54:27 +01:00
secrets_enable_test.go Adds ldap secrets to plugin registry and updates to v0.9.0 (#17152) 2022-09-15 22:19:24 -07:00
secrets_list.go CLI: Fix secrets list -detailed headings (#17577) 2022-10-18 14:46:11 +01:00
secrets_list_test.go Add deprecation status to auth/secrets list (#16849) 2022-08-31 16:11:14 -04:00
secrets_move.go
secrets_move_test.go
secrets_tune.go CLI: Tune plugin version for auth/secret mounts (#17277) 2022-09-22 20:55:46 +01:00
secrets_tune_test.go CLI: Tune plugin version for auth/secret mounts (#17277) 2022-09-22 20:55:46 +01:00
server.go Removed the legacy env var: LOGXI_FORMAT (#17822) 2022-11-04 22:16:18 +00:00
server_noprofile.go
server_profile.go
server_test.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
server_util.go
ssh.go
ssh_test.go
status.go
status_test.go
token.go
token_capabilities.go
token_capabilities_test.go
token_create.go
token_create_test.go
token_lookup.go
token_lookup_test.go
token_renew.go
token_renew_test.go
token_revoke.go
token_revoke_test.go
unwrap.go
unwrap_test.go
util.go Fix raw format for other commands, add to docs! (#17730) 2022-10-28 12:53:23 -04:00
version.go
version_history.go
version_history_test.go
version_test.go
write.go Store login MFA secret with tokenhelper (#17040) 2022-10-26 17:02:26 -04:00
write_test.go