-
Notifications
You must be signed in to change notification settings - Fork 177
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
Sessions expiration time #71
Comments
The Opendistro docs for this plugin are sparse to say the least, but there are existing options for timeouts already. In
|
Hello, I have the same issue with the expiring session time in Kibana. However, I have set options to keep session for 24 hours in kibana.yml opendistro_security.cookie.ttl: 86400000 Could you please help with this issue? |
I experience the same issue, I have set the ttls for 7 days. I am using SAML authentication and the IDP session is 14 days. However, Kibana continues to logout users after 1 hour |
The issue is still present =( |
Upvote... can we get some attention on this? We use OpenID Connect and the ODFE Security Plugin does not handle the session extension/timeout properly at all |
We use OpenID and we are seeing this as well. We've set the TTL on our IDP to 5 minutes. A tcpdump shows traffic to the IDP 5 minutes after being logged in, but the user can no longer access to anything. This is really disturbing from a user experience. Your are still logged in, no warning about your session being expired, but you don't have access to anything. So I guess there are two issues here :
|
same here . still logout over 1h |
Please give me an advise how to solve this bug quickly??? |
Is opendistro still active? If not, please update you main README.md to mark it as abandoned. |
I don't see any documentation or source code supporting these options. Feel free to correct me if I'm wrong.
|
It's Options are defined here: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/server/index.ts
|
@alexshuraits I had issues with SAML as well. My IDP's timeout is not being honored by OpenSearch and I had to manually set it. |
As an enhancement request, I would like to ask for a configuration to change how long a session lasts until it gets logged out.
The text was updated successfully, but these errors were encountered: