diff --git a/docs/reference/settings/security-settings.asciidoc b/docs/reference/settings/security-settings.asciidoc index db95ac48f5be8..6a0cbe7f2abb3 100644 --- a/docs/reference/settings/security-settings.asciidoc +++ b/docs/reference/settings/security-settings.asciidoc @@ -2341,6 +2341,22 @@ keystore then calling the <>. Defaults to `1m`. // end::jwt-client-authentication-rotation-grace-period-tag[] +`http.proxy.host`:: +(<>) +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`:: +(<>) +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`:: +(<>) +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}:: (<>)