mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
# Backport This will backport the following commits from `main` to `8.18`: - [Remove tech preview designation from session invalidation API (#224076)](https://github.com/elastic/kibana/pull/224076) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Larry Gregory","email":"larry.gregory@elastic.co"},"sourceCommit":{"committedDate":"2025-06-16T16:30:51Z","message":"Remove tech preview designation from session invalidation API (#224076)\n\n## Summary\n\nRemoves the tech preview designation from the session invalidation API.\n\nResolves https://github.com/elastic/kibana/issues/224070\n\n## Release Note\nThe Session Invalidation API is now marked as Stable.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"39818955b943010d7b0b8e195f3534261d98e18a","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Team:Security","backport:prev-major","v9.1.0"],"title":"Remove tech preview designation from session invalidation API","number":224076,"url":"https://github.com/elastic/kibana/pull/224076","mergeCommit":{"message":"Remove tech preview designation from session invalidation API (#224076)\n\n## Summary\n\nRemoves the tech preview designation from the session invalidation API.\n\nResolves https://github.com/elastic/kibana/issues/224070\n\n## Release Note\nThe Session Invalidation API is now marked as Stable.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"39818955b943010d7b0b8e195f3534261d98e18a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224076","number":224076,"mergeCommit":{"message":"Remove tech preview designation from session invalidation API (#224076)\n\n## Summary\n\nRemoves the tech preview designation from the session invalidation API.\n\nResolves https://github.com/elastic/kibana/issues/224070\n\n## Release Note\nThe Session Invalidation API is now marked as Stable.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"39818955b943010d7b0b8e195f3534261d98e18a"}}]}] BACKPORT--> Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
This commit is contained in:
parent
ee235d1a0d
commit
c98b3abeaf
2 changed files with 1 additions and 3 deletions
|
@ -24422,7 +24422,6 @@ paths:
|
|||
summary: Invalidate user sessions
|
||||
tags:
|
||||
- user session
|
||||
x-state: Technical Preview
|
||||
/api/short_url:
|
||||
post:
|
||||
description: |
|
||||
|
|
|
@ -17,7 +17,6 @@ paths:
|
|||
summary: Invalidate user sessions
|
||||
tags:
|
||||
- user session
|
||||
x-state: Technical Preview
|
||||
description: >
|
||||
Invalidate user sessions that match a query.
|
||||
To use this API, you must be a superuser.
|
||||
|
@ -82,7 +81,7 @@ paths:
|
|||
invalidateRequestExample2:
|
||||
summary: Invalidate all SAML sessions
|
||||
description: Run `POST api/security/session/_invalidate` to invalidate sessions that were created by any SAML authentication provider.
|
||||
value: |-
|
||||
value: |-
|
||||
{
|
||||
"match" : "query",
|
||||
"query": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue