cmarques opened a new issue, #1836: URL: https://github.com/apache/incubator-kie-issues/issues/1836
#### Description Kogito's Management Console does not currently support serving under a non-default HTTP base path. For example service the Management Console under `/kogito` instead of `/`. #### Current Behavior The Management Console can only be served under the default base path (`/`), and there is no apparent support for configuring a different base path (e.g.: `/management-console`). #### Proposed Behavior Add support for configuring a custom base path for the Management Console. For example, allowing it to be served under a path like `https://example.com/management-console/*`. #### Use Case This feature would be beneficial for users who need to serve the Management Console under a specific path for organizational or deployment purposes, such as integrating with existing web infrastructure that requires specific path configurations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
