As a cluster-admin I want to configure inactivity period for web terminals.
Currently, we support configuring it by creating and modifying config map that we deploy out of OLM.
Better/ideally it would be cool if such basic configuration could be done via Installed Operators UI on OpenShift Console, if OLM provides such an ability.
It's better than config-map because dedicated admins are able to install operators but are not able to edit anything in openshift-operators namespace which is the only available for WTO.
As for CRDs we're able to declare the UI elements with which user is able to configure CR instance. <- I never did it, just heard that it should be possible. So, I may be wrong.