From cea813c659f3a46062e48a9bc88df57d3091c980 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 1 Jul 2026 10:48:50 -0500 Subject: [PATCH] CMP-3922: Fix broken URL in route_ip_whitelist rule The link keeps breaking, so link to a more general part of the book. Co-Authored-By: Claude Opus 4.6 --- applications/openshift/networking/route_ip_whitelist/rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/openshift/networking/route_ip_whitelist/rule.yml b/applications/openshift/networking/route_ip_whitelist/rule.yml index 9f632f933fb..b0294103c36 100644 --- a/applications/openshift/networking/route_ip_whitelist/rule.yml +++ b/applications/openshift/networking/route_ip_whitelist/rule.yml @@ -9,7 +9,7 @@ description: |- the kube namespaces should use the IP whitelist annotations. Requests from IP addresses that are not in the whitelist are dropped. - [1] https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/ingress_and_load_balancing/configuring-routes#nw-route-specific-annotations_route-configuration + [1] https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/ingress_and_load_balancing rationale: |- The usage of IP whitelist for Routes provides basic protection against unwanted access.