-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Anonymous auth provider ignores global idle timeout #94206
Comments
Pinging @elastic/kibana-security (Team:Security) |
I'll take a look tomorrow to confirm, but if I remember correctly that was intentional decision so that global default idle timeout doesn't mess up with anonymous sessions since it doesn't make much sense there and may feel confusing (and since we'll have Do you feel we need to change that behavior? |
I thought so too.
I'm thinking that we shouldn't change the current behavior. I'm curious to know @legrego 's reasoning though, maybe there's something I'm missing?
Yeah... it should be 🤭 |
Thanks @azasypkin & @jportner for refreshing my memory. I was testing some changes to session timeouts, and it took me a while to understand why nothing was happening. I agree with your assessment, let's not change this behavior. We should document this as intentional though, so you can point me to the docs next time I question this 😄 |
Good, I'll update docs then 👍 |
Will be done here: #92376 |
Docs were updated. @legrego do you want us to do anything else in the scope of this issue or we can close it now? |
Nope, good to close. Thanks! |
The anonymous provider does not respect the idle timeout specified by
xpack.security.session.idleTimeout
.Steps to reproduce
Expected
The user should get a warning 1 minute before the idle expiration time.
After that 1 minute, the session should expire if there was no further activity.
Actual
The user is never warned about the idle session, and the session never expires.
The text was updated successfully, but these errors were encountered: