vault/command
Christopher Swenson 1fff35052b
Don't load SQS events backend by default (for now) (#25522)
This is not going to be enabled in 1.16, so we can
remove it from the default list of backends.

This removes about 600 KB of dead code from the
binary.

We can add this back in when the rest of the
event plugin endpoints are merged.
2024-02-21 10:20:44 -08:00
..
agent Added exponential backoff (#25497) 2024-02-20 11:42:59 -08:00
agentproxyshared Added exponential backoff (#25497) 2024-02-20 11:42:59 -08:00
command_testonly Disable Request Limiter by default (#25442) 2024-02-16 17:50:18 -05:00
config Add HCP subcommand -- integrate with HCP library (#23897) 2024-01-09 15:29:30 +01:00
healthcheck add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
proxy VAULT-17292 CE portion of changes (#24667) 2024-01-04 13:01:38 -05:00
server Disable Request Limiter by default (#25442) 2024-02-16 17:50:18 -05:00
test-backend [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
test-fixtures [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
token Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
agent.go Fix Agent and Proxy env var handling (#24790) 2024-01-11 08:56:50 -05:00
agent_generate_config.go VAULT-22552: Add MaxConnsPerHost field to Agent template_config (#24548) 2024-01-03 15:06:41 -05:00
agent_generate_config_test.go VAULT-22552: Add MaxConnsPerHost field to Agent template_config (#24548) 2024-01-03 15:06:41 -05:00
agent_test.go VAULT-528 Fix Vault Agent being unable to render secrets with delete_version_after set. (#25387) 2024-02-13 14:49:35 -05:00
approle_concurrency_integ_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
audit.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
audit_disable.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
audit_disable_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
audit_enable.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
audit_enable_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
audit_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
audit_list_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_disable.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_disable_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_enable.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
auth_enable_test.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
auth_help.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_help_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
auth_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_list_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_move.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_move_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
auth_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
auth_tune.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
auth_tune_test.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
base.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
base_flags.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
base_flags_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
base_helpers.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
base_helpers_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
base_predict.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
base_predict_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
base_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
command_stubs_oss.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
command_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
commands.go Don't load SQS events backend by default (for now) (#25522) 2024-02-21 10:20:44 -08:00
commands_nonwindows.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
commands_test.go Add HCP subcommand -- integrate with HCP library (#23897) 2024-01-09 15:29:30 +01:00
commands_windows.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
config.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
config_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
debug.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
debug_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
delete.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
delete_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
events.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
events_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
format.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
format_test.go Correct the post-unseal meaning of the seal status type (#23022) 2023-10-09 12:53:13 -05:00
kv.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_delete.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_destroy.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_enable_versioning.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_get.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_helpers.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_helpers_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
kv_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata_delete.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata_get.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata_patch.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata_patch_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata_put.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_metadata_put_test.go make-fmt (#24940) 2024-01-18 20:00:00 +00:00
kv_patch.go Consistently refer to Key Value secrets engine as KV (#24529) 2023-12-14 11:28:58 -08:00
kv_put.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_rollback.go Consistently refer to Key Value secrets engine as KV (#24529) 2023-12-14 11:28:58 -08:00
kv_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
kv_undelete.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease_lookup.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease_lookup_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease_renew.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease_renew_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease_revoke.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
lease_revoke_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
list_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
log_flags.go release log gate if disable-gated-logs flag is set (#24280) 2023-12-11 08:08:48 -08:00
log_flags_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
login.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
login_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
main.go Add HCP subcommand -- integrate with HCP library (#23897) 2024-01-09 15:29:30 +01:00
monitor.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
monitor_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_api_lock.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_api_unlock.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_create.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_delete.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_lookup.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
namespace_patch.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_diagnose.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
operator_diagnose_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
operator_generate_root.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_generate_root_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_init.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
operator_init_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_key_status.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_key_status_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_members.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_migrate.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_migrate_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
operator_raft.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_autopilot_get_config.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_autopilot_set_config.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_autopilot_state.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_join.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_listpeers.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_remove_peer.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_snapshot.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_snapshot_inspect.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_snapshot_inspect_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_snapshot_restore.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_raft_snapshot_save.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_rekey.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_rekey_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
operator_seal.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_seal_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_step_down.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_step_down_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_unseal.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_unseal_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_usage.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
operator_utilization.go manual reporting cli oss changes (#25109) 2024-01-26 13:00:38 -08:00
patch.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
patch_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
path_help.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
path_help_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
pgp_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pki.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
pki_health_check.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pki_health_check_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pki_issue_intermediate.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
pki_issue_intermediate_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
pki_list_intermediate.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pki_list_intermediate_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
pki_reissue_intermediate.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pki_reissue_intermediate_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
pki_verify_sign.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pki_verify_sign_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
plugin.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_deregister.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_deregister_test.go Refactor plugin catalog and plugin runtime catalog into their own package (#24403) 2023-12-07 12:36:17 +00:00
plugin_info.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_info_test.go Refactor plugin catalog and plugin runtime catalog into their own package (#24403) 2023-12-07 12:36:17 +00:00
plugin_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_list_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_register.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_register_test.go New root namespace plugin reload API sys/plugins/reload/:type/:name (#24878) 2024-01-17 15:46:27 +00:00
plugin_reload.go New root namespace plugin reload API sys/plugins/reload/:type/:name (#24878) 2024-01-17 15:46:27 +00:00
plugin_reload_status.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_reload_test.go New root namespace plugin reload API sys/plugins/reload/:type/:name (#24878) 2024-01-17 15:46:27 +00:00
plugin_runtime.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_deregister.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_deregister_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_info.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_info_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_list_test.go List plugin runtimes API always includes a list even if empty (#24864) 2024-01-16 16:36:07 +00:00
plugin_runtime_register.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_runtime_register_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
plugin_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
policy.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_delete.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_delete_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_fmt.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_fmt_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_list_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_read.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_read_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_write.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
policy_write_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
print.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
print_token.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
proxy.go Fix Agent and Proxy env var handling (#24790) 2024-01-11 08:56:50 -05:00
proxy_test.go Fix Agent and Proxy env var handling (#24790) 2024-01-11 08:56:50 -05:00
read.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
read_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
rotate.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
rotate_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_disable.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_disable_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_enable.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
secrets_enable_test.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
secrets_list.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_list_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_move.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_move_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
secrets_tune.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
secrets_tune_test.go cli: adds plugin identity token to enable and tune commands for secret engines and auth methods (#24980) 2024-01-22 16:00:03 -08:00
server.go Disable Request Limiter by default (#25442) 2024-02-16 17:50:18 -05:00
server_noprofile.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
server_profile.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
server_test.go Request Limiter Reload tests (#25126) 2024-02-01 09:11:08 -05:00
server_util.go Request Limiter Reload tests (#25126) 2024-02-01 09:11:08 -05:00
ssh.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
ssh_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
status.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
status_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_capabilities.go Command: token capabilities using accessor (#24479) 2023-12-13 11:15:21 -05:00
token_capabilities_test.go Command: token capabilities using accessor (#24479) 2023-12-13 11:15:21 -05:00
token_create.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_create_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_lookup.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_lookup_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_renew.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_renew_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_revoke.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
token_revoke_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
transform.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
transform_import_key.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
transform_import_key_version.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
transit.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
transit_import_key.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
transit_import_key_test.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
transit_import_key_version.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
unwrap.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
unwrap_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
util.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
version.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
version_history.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
version_history_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
version_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
write.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
write_test.go Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00