Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly delete all Kibana security sessions #81941

Closed
kobelb opened this issue Oct 28, 2020 · 4 comments · Fixed by #92376
Closed

Explicitly delete all Kibana security sessions #81941

kobelb opened this issue Oct 28, 2020 · 4 comments · Fixed by #92376
Assignees
Labels
enhancement New value added to drive a business result Project:SystemIndices Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!

Comments

@kobelb
Copy link
Contributor

kobelb commented Oct 28, 2020

Kibana now has server-side sessions, and end-users are able to configure how frequently expired/invalid sessions are cleaned up. However, there isn't a way of explicitly deleting all existing sessions besides deleting the .kibana_security_session_1 index. As part of the system-indices project, end-users will no longer be able to interact with Kibana's system-indices using the traditional ES APIs unless they include a specific HTTP request header value pair. As such, if we anticipate end-users needing to explicitly delete all existing sessions, we'll want to provide the ability to do so via Kibana's UI or HTTP APIs.

@kobelb kobelb added Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! enhancement New value added to drive a business result labels Oct 28, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

@kobelb
Copy link
Contributor Author

kobelb commented Jan 29, 2021

@legrego are we worried about releasing 8.0 without this feature? If so, should we add it to the roadmap to be implemented by 8.0?

@legrego
Copy link
Member

legrego commented Feb 1, 2021

@kobelb thanks for the reminder here. I'll make sure we prioritize this so that we at least have an API available by 8.0

@azasypkin
Copy link
Member

Documentation is live and available here: https://www.elastic.co/guide/en/kibana/master/session-management-api.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Project:SystemIndices Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants