website/content/en/docs/faq/access-control/session-timeout.md
Sherlock113 de35a61dc2 Update account login failure faq
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
2021-06-15 10:40:25 +08:00

1.4 KiB

title keywords description linkTitle Weight
Session Timeout Session timeout, KubeSphere, Kubernetes Understand session timeout and customize the timeout period. Session Timeout 16420

A session starts as a user logs in to the console of KubeSphere. You may see a message of "Session timeout or this account is logged in elsewhere, please login again" when the session expires.

Session Timeout

You can control when a session expires. The default session timeout is two hours of inactivity. It means once the session timeout is reached, the user will be automatically logged out of the console. You can configure accessTokenMaxAge and accessTokenInactivityTimeout for the session timeout.

Signature Verification Failed

In a multi-cluster environment, clusterRole and jwtSecret must be set correctly.

Node Clock Skew

The node clock skew affects time-sensitive operations such as validating the expiration time of a user token. You can configure the server time synchronization with an NTP server. MaximumClockSkew can also be set, which defaults to 10 seconds.