Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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

Solved Solved
1 2 360
1 ACCEPTED SOLUTION

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.

 

View solution in original post

2 REPLIES 2

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.

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.

 

Top Solution Authors