Verifying static egress IP for a Cloud Run Service

I have a question from this link which is related to verifying the static IP of the CR service. Where do i make the request from and if it is a curl request what parameters do i need to pass? See the heading Verifying the static external IP

1 Like

Hi @dheerajpanyam ,

Welcome to Google Cloud Community!

It says that you can make the request from an API or a website that shows the origin IP address, such as curlmyip.org. If you are using curl, you do not need to pass any parameters.

1 Like

Thanks @christianpaula . So i need to add code to make that API request using GCP client library / REST API deploy CR service to test and then revert the changes before i push to PROD. Little bit of overhead but works for me.