From ac2606e2079a4657cbe1d4d6eafdfba0cd269239 Mon Sep 17 00:00:00 2001 From: subhtk Date: Wed, 30 Apr 2025 19:22:42 +0530 Subject: [PATCH] Removed tech preview for support router load secrets --- modules/nw-ingress-route-secret-load-external-cert.adoc | 3 --- .../cert_manager_operator/cert-manager-securing-routes.adoc | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/nw-ingress-route-secret-load-external-cert.adoc b/modules/nw-ingress-route-secret-load-external-cert.adoc index 2b39444ff29c..633376a86529 100644 --- a/modules/nw-ingress-route-secret-load-external-cert.adoc +++ b/modules/nw-ingress-route-secret-load-external-cert.adoc @@ -6,9 +6,6 @@ [id="nw-ingress-route-secret-load-external-cert_{context}"] = Creating a route with externally managed certificate -:FeatureName: Securing route with external certificates in TLS secrets -include::snippets/technology-preview.adoc[] - You can configure {product-title} routes with third-party certificate management solutions by using the `.spec.tls.externalCertificate` field of the route API. You can reference externally managed TLS certificates via secrets, eliminating the need for manual certificate management. Using the externally managed certificate reduces errors ensuring a smoother rollout of certificate updates, enabling the OpenShift router to serve renewed certificates promptly. [NOTE] diff --git a/security/cert_manager_operator/cert-manager-securing-routes.adoc b/security/cert_manager_operator/cert-manager-securing-routes.adoc index df42e9566c16..7a62de4375a6 100644 --- a/security/cert_manager_operator/cert-manager-securing-routes.adoc +++ b/security/cert_manager_operator/cert-manager-securing-routes.adoc @@ -6,10 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] -In the {product-title}, the route API is extended to provide a configurable option to reference TLS certificates via secrets. With the xref:../../networking/routes/secured-routes.adoc#nw-ingress-route-secret-load-external-cert_secured-routes[Creating a route with externally managed certificate] Technology Preview feature enabled, you can minimize errors from manual intervention, streamline the certificate management process, and enable the {product-title} router to promptly serve the referenced certificate. - -:FeatureName: Securing routes with the {cert-manager-operator} -include::snippets/technology-preview.adoc[] +In the {product-title}, the route API is extended to provide a configurable option to reference TLS certificates via secrets. With xref:../../networking/routes/secured-routes.adoc#nw-ingress-route-secret-load-external-cert_secured-routes[externally managed certificates] enabled, you can minimize errors from manual intervention, streamline the certificate management process, and enable the {product-title} router to promptly serve the referenced certificate. include::modules/cert-manager-configuring-routes.adoc[leveloffset=+1]