User Session Expiration

Configure how long user sessions remain valid before re-authentication is required.

You can configure the session expiration time to determine how long a user stays signed in before a new login is required. When the session is close to expiring, the Admin UI shows a ten minute countdown in the top right corner and users receive a warning message.

Session Expiration Parameters

You can set the session expiration time through the following parameters. The parameter differs between Kubernetes and Docker deployments.

Kubernetes Parameter

Parameter
Description
Default

global.Authentication.tokenExpiryHours

Defines how long (in hours) a user stays signed in before being logged out for security reasons. After the configured time has passed, the user session expires and a new login is required. The Admin UI displays a ten-minute countdown in the top right corner, and users receives a warning ten minutes before the session ends.

12

Setting the Session Expiration Time

You can adjust the session duration by modifying the corresponding parameter for your deployment.

Changing the Session Expiration Time (Kubernetes)

  1. Open the values.yaml file.

  2. Set the global.Authentication.tokenExpiryHours Helm value to the desired number of hours.

global:
  Authentication:
    tokenExpiryHours: 8
  1. Upgrade your Helm chart to apply the Helm configuration changes. For instructions, see Applying Helm Configuration Changes.

Last updated

Was this helpful?