Skip to content

Commit e51a8e2

Browse files
add documentation for JWT realm proxy settings (elastic#127604)
1 parent 8ef716d commit e51a8e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,6 +2341,22 @@ keystore then calling the <<cluster-nodes-reload-secure-settings, reload API>>.
23412341
Defaults to `1m`.
23422342
// end::jwt-client-authentication-rotation-grace-period-tag[]
23432343

2344+
`http.proxy.host`::
2345+
(<<static-cluster-setting,Static>>)
2346+
Specifies the address of the proxy server for the HTTP client used for
2347+
fetching the JSON Web Key Set from a remote URL.
2348+
2349+
`http.proxy.scheme`::
2350+
(<<static-cluster-setting,Static>>)
2351+
Specifies the protocol to use to connect to the proxy server for the
2352+
HTTP client used for fetching the JSON Web Key Set from a remote URL.
2353+
Must be `http`.
2354+
2355+
`http.proxy.port`::
2356+
(<<static-cluster-setting,Static>>)
2357+
Specifies the port of the proxy server for the HTTP client used for
2358+
fetching the JSON Web Key Set from a remote URL. Defaults to `80`
2359+
23442360
// tag::jwt-http-connect-timeout-tag[]
23452361
`http.connect_timeout` {ess-icon}::
23462362
(<<static-cluster-setting,Static>>)

0 commit comments

Comments
 (0)