Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Place Cloud Run into VPC network #130

Open
TKone7 opened this issue Mar 30, 2021 · 1 comment
Open

Place Cloud Run into VPC network #130

TKone7 opened this issue Mar 30, 2021 · 1 comment

Comments

@TKone7
Copy link

TKone7 commented Mar 30, 2021

Hey there
I first create this issue to make sure I understand this correctly, before creating a PR.

I want to use my serverless functions with a private IP address. Meaning they should not be accessible from the web at all, only from within my VPC.

In the FAQ I found this:

Can I run Cloud Run applications on a private IP?
Currently no. Cloud Run applications always have a *.run.app public hostname and they cannot be placed inside a VPC (Virtual Private Cloud) network.

Some further research, however, lead to this article. The article explains how to create a function that can only be called within your VPC network. I think it would be great to update the FAQs.

Regards

@ahmetb
Copy link
Owner

ahmetb commented Mar 30, 2021

There's a feature in the works to address this. You still can't have private IPs but there are ways to ensure things are accessible only within the VPC. Keep an eye on the GCP Serverless blog for announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants