Generating the OpenShift Route CRD using the quarkus-maven-plugin
fails when using TLS b/c is adds a path field
#45227
Labels
quarkus-maven-plugin
fails when using TLS b/c is adds a path field
#45227
Describe the bug
Generating the OpenShift Route CRD using the
quarkus-maven-plugin
fails when using TLS. Here is the configuration:Which generates the following Route CRD:
Which gives the following error when deploying to OpenShift: " Message: Route.route.openshift.io "camel-http-ssl-server" is invalid: spec.path: Invalid value: "/": passthrough termination does not support paths.". Tested with latest version.
Expected behavior
No Path field in Route CRD:
Actual behavior
Contains path element
How to Reproduce?
Use the following application.properties:
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Great project! Let me know if you need more info. I tested with latest platform 3.17.4. Any workaround is appreciated, thanks!
The text was updated successfully, but these errors were encountered: