mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.11`: - [Update docs for session idletimeout default value (#170615)](https://github.com/elastic/kibana/pull/170615) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sid","email":"siddharthmantri1@gmail.com"},"sourceCommit":{"committedDate":"2023-11-06T13:42:50Z","message":"Update docs for session idletimeout default value (#170615)\n\n## Summary\r\n\r\nUpdates the docs for `xpack.security.session.idleTimeout` value. The\r\nvalue itself was updated in\r\nhttps://github.com/elastic/kibana/pull/162313/","sha":"7dc163a0a3a7690ef3ddc8f3490f32a3d91fc676","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v8.10.0","v8.11.0","v8.12.0"],"number":170615,"url":"https://github.com/elastic/kibana/pull/170615","mergeCommit":{"message":"Update docs for session idletimeout default value (#170615)\n\n## Summary\r\n\r\nUpdates the docs for `xpack.security.session.idleTimeout` value. The\r\nvalue itself was updated in\r\nhttps://github.com/elastic/kibana/pull/162313/","sha":"7dc163a0a3a7690ef3ddc8f3490f32a3d91fc676"}},"sourceBranch":"main","suggestedTargetBranches":["8.10","8.11"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170615","number":170615,"mergeCommit":{"message":"Update docs for session idletimeout default value (#170615)\n\n## Summary\r\n\r\nUpdates the docs for `xpack.security.session.idleTimeout` value. The\r\nvalue itself was updated in\r\nhttps://github.com/elastic/kibana/pull/162313/","sha":"7dc163a0a3a7690ef3ddc8f3490f32a3d91fc676"}}]}] BACKPORT--> Co-authored-by: Sid <siddharthmantri1@gmail.com>
This commit is contained in:
parent
2487b92ade
commit
34f1875658
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Valid values are `Strict`, `Lax`, `None`.
|
|||
This is *not set* by default, which modern browsers will treat as `Lax`. If you use Kibana embedded in an iframe in modern browsers, you might need to set it to `None`. Setting this value to `None` requires cookies to be sent over a secure connection by setting <<xpack-security-secureCookies, `xpack.security.secureCookies`>>: `true`.
|
||||
|
||||
[[xpack-session-idleTimeout]] xpack.security.session.idleTimeout {ess-icon}::
|
||||
Ensures that user sessions will expire after a period of inactivity. This and <<xpack-session-lifespan,`xpack.security.session.lifespan`>> are both highly recommended. You can also specify this setting for <<xpack-security-provider-session-idleTimeout, every provider separately>>. If this is set to `0`, then sessions will never expire due to inactivity. By default, this value is 8 hours.
|
||||
Ensures that user sessions will expire after a period of inactivity. This and <<xpack-session-lifespan,`xpack.security.session.lifespan`>> are both highly recommended. You can also specify this setting for <<xpack-security-provider-session-idleTimeout, every provider separately>>. If this is set to `0`, then sessions will never expire due to inactivity. By default, this value is 3 days.
|
||||
+
|
||||
NOTE: Use a string of `<count>[ms\|s\|m\|h\|d\|w\|M\|Y]` (e.g. '20m', '24h', '7d', '1w').
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue