Skip to content

Commit

Permalink
add docs for the new env variable and a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
davidducros committed Oct 6, 2021
1 parent 47a73b7 commit 7c10fcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/12582.txt
@@ -0,0 +1,3 @@
```release-note:improvement
api: Support VAULT_HTTP_PROXY environment variable to allow overriding the Vault client's HTTP proxy
```
6 changes: 6 additions & 0 deletions website/content/docs/commands/index.mdx
Expand Up @@ -323,6 +323,12 @@ can be supplied. If a MFA method expects multiple credential values, or if there
are multiple MFA methods specified on a path, then the CLI flag `-mfa` should be
used.

### `VAULT_HTTP_PROXY`

HTTP proxy location which should be used to access Vault. When present, this
overrides any other proxies found in the environment. Format should be
`http://server:port`.

## Flags

There are different CLI flags that are available depending on subcommands. Some
Expand Down

0 comments on commit 7c10fcd

Please sign in to comment.