elasticsearch/docs/reference/settings
Tim Vernum 7ce9398fcf
[DOCS] Fix client_authentication setting default (#73743)
The value of `*.ssl.client_authentication` is `required` for
everything except `xpack.security.http.ssl.client_authentication`, for
which is it `none`.

The doc template for this setting was configured to have a default
value, and allow an override. However, the default was set to `none`
when it should have been `required`.

The override for `http` was correctly set to `none` (but that didn't
really do anything, since that was the same as the default).

This commit changes the default to `required`, which matches the code
(see `XPackSettings.CLIENT_AUTH_DEFAULT`), and leaves the override for
http as `none` (see `XPackSettings.HTTP_CLIENT_AUTH_DEFAULT`).
2021-06-04 14:22:47 +10:00
..
images [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
audit-settings.asciidoc Support audit ignore policy by actions (#67477) 2021-03-01 18:44:57 +01:00
ccr-settings.asciidoc [DOCS] Update CCR docs to focus on Kibana (#60555) 2020-08-17 15:36:54 -04:00
common-defs.asciidoc [DOCS] Add notes on SSL version by JDK version (#73401) 2021-06-02 17:33:33 +10:00
ilm-settings.asciidoc ILM: Make all the shrink action steps retryable (#70107) 2021-03-18 16:05:15 +00:00
license-settings.asciidoc [DOCS] Document dynamic cluster settings (#61760) 2020-09-01 15:48:45 -04:00
ml-settings.asciidoc [ML] increase the default value of xpack.ml.max_open_jobs from 20 to 512 for autoscaling improvements (#72487) 2021-04-30 07:55:57 -04:00
monitoring-settings.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
notification-settings.asciidoc Fix Watcher HTTP connection config for longevity (#72736) 2021-05-06 08:28:39 +01:00
security-hash-settings.asciidoc Introduce an additional hasher (PBKDF2_STRETCH) (#65328) 2020-11-26 13:29:19 +01:00
security-settings.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
slm-settings.asciidoc [DOCS] Fix case for 'Boolean' (#64299) 2020-10-29 09:04:43 -04:00
ssl-settings.asciidoc [DOCS] Fix client_authentication setting default (#73743) 2021-06-04 14:22:47 +10:00
transform-settings.asciidoc [DOCS] Clarifies default ML and transform node settings (#67671) 2021-01-19 14:19:37 -08:00