Skip to content

OSDOCS#14516: Removed tech preview for support router load secrets #92780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions modules/nw-ingress-route-secret-load-external-cert.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down