[ISSUE] OpenShift default router with TLS prevents route creation #2620
Labels
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
platform/openshift
Issues related to OpenShift
Issue:
The wildcard certificate used by default for router routes in OpenShift does not require a secret to be defined, unlike the ingress. This creates a situation where the Route cannot be translated to an Ingress as the Ingress object refers to a certificate not existing
Actual behavior:
When creating a route for a router with a wildcard certificate, OpenShift will not create the route because TLS is enabled by default, but there is no secret containing the certificate available to define it.
Expected behavior:
The route should still be created even when TLS is enabled by default and not setting a default certificate name
How to reproduce:
To reproduce this issue, follow these steps:
(example https://github.com/camunda/camunda-deployment-references/blob/a5d35e771bb790eb7087bcb4bff39127d87833ad/aws/rosa-hcp/camunda-versions/8.7/procedure/install/helm-values/domain.yml#L9)
It can be fixed by disabling this section
camunda-platform-helm/charts/camunda-platform-8.6/templates/console/ingress.yaml
Line 29 in 02ebcf8
tls
should not be configured to be enabled if we want to fallback on the router certificatesLogs:
Not applicable for this issue, as it does not produce any logs.
Environment:
The text was updated successfully, but these errors were encountered: