Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/reference/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2341,6 +2341,22 @@ keystore then calling the <<cluster-nodes-reload-secure-settings, reload API>>.
Defaults to `1m`.
// end::jwt-client-authentication-rotation-grace-period-tag[]

`http.proxy.host`::
(<<static-cluster-setting,Static>>)
Specifies the address of the proxy server for the HTTP client used for
fetching the JSON Web Key Set from a remote URL.

`http.proxy.scheme`::
(<<static-cluster-setting,Static>>)
Specifies the protocol to use to connect to the proxy server for the
HTTP client used for fetching the JSON Web Key Set from a remote URL.
Must be `http`.

`http.proxy.port`::
(<<static-cluster-setting,Static>>)
Specifies the port of the proxy server for the HTTP client used for
fetching the JSON Web Key Set from a remote URL. Defaults to `80`

// tag::jwt-http-connect-timeout-tag[]
`http.connect_timeout` {ess-icon}::
(<<static-cluster-setting,Static>>)
Expand Down