elasticsearch/docs/reference/settings
Jake Landis 19e3036458
Support rotatating the JWT shared secret (#99278)
This commit adds support to reload the JWT shared secret.
Notably this commit also includes support for a rotatable secret which includes
support for a configurable grace period where the elder value (after rotation)
is still accessible. This allows a time bound leniency where both values are
valid at the same time to help mitigate tightly coupled systems rotations.
The rotatable secret currently only supports checking if it is set or it matches
an external secret. However, future updates will accept a function that
can be be used as input to a 3rd party system that can try the current secret
but automatically fall back to the prior secret if that fails during the grace period.
The implementation of rotatable secret uses a StampedLock with optimistic
reads to help ensure minimal performance impact for the reading and expiry
of the secret.
2023-09-20 09:56:36 -05: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 Fix doc for deprecated TLS settings (#98513) 2023-09-19 11:11:54 -05:00
data-stream-lifecycle-settings.asciidoc GA the data stream lifecycle (#98644) 2023-08-21 17:28:54 +01:00
health-diagnostic-settings.asciidoc HealthPeriodicLogger disabled by default (#97722) 2023-07-18 10:18:23 +03:00
ilm-settings.asciidoc ILM don't rollover empty indices (#89557) 2022-09-19 18:37:41 -04:00
license-settings.asciidoc [DOCS] Document dynamic cluster settings (#61760) 2020-09-01 15:48:45 -04:00
ml-settings.asciidoc [DOCS] Document xpack.ml.model_repository setting (#95789) 2023-05-03 17:19:13 +02:00
monitoring-settings.asciidoc Fix doc for deprecated TLS settings (#98513) 2023-09-19 11:11:54 -05:00
notification-settings.asciidoc Add list of allowed domains for Watcher email action (#84894) 2022-03-16 08:03:58 -06:00
security-hash-settings.asciidoc [Docs] Document IP filtering for RCS 2.0 (#98553) 2023-08-24 23:23:40 -04:00
security-settings.asciidoc Support rotatating the JWT shared secret (#99278) 2023-09-20 09:56:36 -05:00
snapshot-settings.asciidoc Add health user action for unhealthy SLM policy failure counts (#88523) 2022-07-25 15:58:20 -04:00
ssl-settings.asciidoc [Doc] Add links to the new API key based remote cluster page (#99115) 2023-09-01 06:08:49 -04:00
transform-settings.asciidoc [Transform] Implement per-transform num_failure_retries setting. (#87361) 2022-06-09 15:22:06 +02:00