I am building a service hosted on Google Cloud Run and have implemented SMS verification to verify user authenticity. Our SMS provider requires whitelisting the server IP address to send SMS. How can I obtain the Cloud Run IP address to submit it to our SMS provider for whitelisting?
Hi mysalecloud
Cloud run cannot be located in a VPC. The Serverless VPC Access connector allows you to communicate with your VPC.
The VPC access connector is easy to use. You can set this in the Connections tab (Edit and Deploy New Revision > Containers, Volumes, Networking, Security).
Lastly, Cloud NAT allows you to communicate with the outside using a static IP.
Ref