Hi all,
Currently we have a cloud function that we invoke via cloud run that has an ingress setting of internal access only and when we try to invoke from Apigee X we get a 404 response. If we change the ingress setting to 'all access' then it works fine.
The documentation on ingress settings says that internal access allows access from a VPC in the same project so we were expecting as our apigee instance sits in a VPC in the same project it would be able to invoke the cloud run app. What do we need to setup to allow us to invoke a Cloud Run app with internal only ingress from Apigee instance that is in a VPC in the same project?