Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
However, this is not configurable from the deployment.toml even though there is a default value in the default.json file tomcat.management_console.session_timeout
Expected behavior:
Management console session timeout should be able to configured from the toml file
Environment information (Please complete the following information; remove any unnecessary fields) :
The /repository/conf/tomcat/carbon/WEB-INF/web.xml file does not have a corresponding .j2 file in the IS pack. Due to the complexity of the configurations in web.xml file, the .j2 file has been removed from the IS pack [1]. Our documentation advises updating the web.xml file directly to modify the session timeout value [2].
Describe the issue: Carbon management console session timeout should be configured in/repository/conf/tomcat/WEB-INF/web.xml file as below.
However, this is not configurable from the deployment.toml even though there is a default value in the default.json file
tomcat.management_console.session_timeout
Expected behavior: Management console session timeout should be able to configured from the toml file
Environment information (Please complete the following information; remove any unnecessary fields) :