I have set up nodejs and python cloud run services. The nodejs front end makes calls to the python service, the requests work when ingress=all however when I change to ingress=internal it blocks my service to service requests.
I tried using VPC connector and routing all egress through the VPC connector in the nodejs service however this does not solve the issue.
Am I mistaken about how ingress=internal is supposed to work? I thought it would block anything except requests coming from a service within the same project, which it is.
Any one have any ideas or even where I could find some logs to at least help diagnose the issue?