wmedvede opened a new issue, #3038:
URL: https://github.com/apache/incubator-kie-tools/issues/3038
Quarkus 3.15.3 introduces a new filter
io.quarkus.devui.runtime.LocalHostOnlyFilter that bans the access to the Dev
UI, for whatever origin distinct from localhost, independently of the CORS
configuration, etc.
That has a side effect on dev profile deployments in OpenShift, that creates
a Route to access the workflows for testing, etc.
After investigation it was found that the new quarkus.dev-ui.hosts property
can be used for that purpose.
We must be sure that the property is configured accordingly.
--
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]