Hide Forgot
Description of problem: Openshift's web interface should periodically check the user's current logged in user to ensure the sesssion token is still valid. On invalidation, the session should expire and the user interface should be redirected to the login page (or other destination). This is a requirement of NIST 800-53 AC-11(1). Version-Release number of selected component (if applicable): OCP 3.3 How reproducible: Perfectly; this is not a current capability of openshift. Steps to Reproduce: 1. Access the web interface of an OCP cluster configured via default settings. 2. Log into the web interface; leave the web interface up. 3. Wait 24 hours. Actual results: The web interface is still displayed. Expected results: The user is automatically logged out (and their session expired) of the web interface after a (configurable) period of inactivity -- a default of 15 minutes is ideal. The user should be redirected to the login web page. Additional info:
Correction, this is coming in 3.9. Wrong trello card was linked.