-
Notifications
You must be signed in to change notification settings - Fork 174
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
[FEATURE] Inactivity timer #1821
Comments
[Triage] @HuanLiangAFS There is a configuration setting called |
@cwperks Unfortunately, not all the way. Setting |
[Triage] Thanks for filing this issue @HuanLiangAFS. This sounds like a request for an activity timer feature or something similar. This is something that we can look into adding or you are welcome to open a PR for this feature. |
Just a clarification, there currently is an existing activity timer, we would like one that excludes activity from opensearch-dashboard's auto-refresh. |
Is your feature request related to a problem? Please describe.
Opensearch-dashboard features a refresh option that refreshes dashboard by a user-defined time interval. Using this feature can cause the timeout session configured in opensearch-dashboards.yml to never timeout. Haven't found anything that addresses this so far.
Describe the solution you'd like
Session expiration should work the same whether dashboard refresh is on or off. If a user leaves his/her computer for a long period of time with refresh on, we expect the user to be automatically logged off.
Describe alternatives you've considered
No alternative besides not using refresh. Maybe using sockets to update dashboard items would solve the problem or have a separate api when auto-refreshing and excluding those from session timeout timer.
The text was updated successfully, but these errors were encountered: