serverless/serverless-google-cloudfunctions

Support for ingress-settings and egress-settings

Open

#229 opened on Jul 9, 2020

View on GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (124 forks)auto 404
help wanted

Repository metrics

Stars
 (275 stars)
PR merge metrics
 (PR metrics pending)

Description

Although this plugin supports VPC accesses, ingress/egress settings controls (what traffic can reach the function) are not available yet. It is now supported by gcloud command options: https://cloud.google.com/sdk/gcloud/reference/functions/deploy

(I confirmed that this topic has not been discussed in issues and the forum.)

Contributor guide