A firewall hums in the data center. Requests flow in, raw and unchecked. Openshift Transparent Access Proxy stands between them and the core of your cluster, enforcing control at the edge without slowing the stream.
Openshift Transparent Access Proxy provides a gateway layer that inspects, routes, and secures traffic between external clients and internal services. It operates as an inline proxy, intercepting requests transparently so workloads and pods do not need to be reconfigured. This makes it efficient to implement strict access control policies across microservices without patching each container.
With Transparent Access Proxy on OpenShift, engineers can set fine-grained authorization rules tied to service accounts, namespaces, or specific routes. It integrates with OAuth, LDAP, and custom identity providers, ensuring only authenticated users or systems reach protected endpoints. Unlike reverse proxies that demand URL rewrites or application changes, Transparent Access Proxy passes traffic without altering payloads, reducing the risk of breakage in complex deployments.