Skip to content

Commit

Permalink
backport of commit ef1de1a
Browse files Browse the repository at this point in the history
  • Loading branch information
aphorise authored Jun 28, 2024
1 parent a6b60f9 commit c8c7af5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/content/docs/commands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,9 @@ variables are supplied, `VAULT_PROXY_ADDR` will be prioritized and preferred.

### `VAULT_DISABLE_REDIRECTS`

Prevents the Vault client from following redirects. By default, the Vault client will automatically follow a single redirect.
Prevents the Vault client from following HTTP redirects. By default, the
Vault CLI client only follows the first redirect. Additional redirects can
result in an empty or unexpected response.

~> **Note:** Disabling redirect following behavior could cause issues with commands such as 'vault operator raft snapshot' as this command redirects the request to the cluster's primary node.

Expand Down

0 comments on commit c8c7af5

Please sign in to comment.