ManageIQ / manageiq-pods

ManageIQ on Kubernetes and OpenShift
Apache License 2.0
51 stars 100 forks source link

If routes are available, prefer them and use cluster default certificate #1161

Closed bdunne closed 2 weeks ago

bdunne commented 2 weeks ago

If routes are not available, use kubernetes ingress. If certificates are available for pod-to-pod communication, set the route to reencrypt. If not available, set the route to edge termination using the wildcard certificate on the cluster.

CP4AIOPS-1224

Fryguy commented 1 week ago

Backported to radjabov in commit 68a26df561797f62cf7eb332abdc6cb1e96a86f8.

commit 68a26df561797f62cf7eb332abdc6cb1e96a86f8
Author: Jason Frey <fryguy9@gmail.com>
Date:   Thu Aug 29 18:29:46 2024 -0400

    Merge pull request #1161 from bdunne/route_default_cert

    If routes are available, prefer them and use cluster default certificate

    (cherry picked from commit 8be37dbbbe8893bfeaeb65ebf59313b0da371a09)