Skip to content

Commit

Permalink
Add docs for HTTP proxy authentication properties
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsbd authored Sep 6, 2024
1 parent 9923521 commit 0ddfd6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/main/sphinx/admin/properties-http-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@ File path on the server to the truststore file.

Host and port for an HTTP proxy with the format `example.net:8080`.

### `http-client.http-proxy.user`

- **Type:** {ref}`prop-type-string`

Username for basic authentication with the HTTP proxy.

### `http-client.http-proxy.password`

- **Type:** {ref}`prop-type-string`

Password for basic authentication with the HTTP proxy.

### `http-client.http-proxy.secure`

- **Type:** {ref}`prop-type-boolean`
Expand Down

0 comments on commit 0ddfd6a

Please sign in to comment.