I have the following setup:
GLB -≥ Serverless NEG -> API GW -> Cloud Run
Is that possible to limit the ingress with the configuration option internal-and-cloud-load-balancing
?
I am getting 403. Is there some additional setup necessary?
Documentation claims:
Only supported for Cloud Run (fully managed). Only inbound requests from Google Cloud Load Balancing or a traffic source allowed by the internal option are allowed.
Goal: I want cloud run to be accessible only through GLB -> API GW path.
Any help is appreciated.