Closed
Description
The runWidth function is missing the possibility to set the network ingress flag as compared to the official google cloud sdk:
https://cloud.google.com/functions/docs/networking/network-settings#gcloud
INGRESS_SETTINGS is one of the supported values for ingress settings. The possible values are:
- all
- internal-only
- internal-and-gclb: allows internal traffic as well as traffic sent to a public IP exposed by Google Cloud Load Balancer (GCLB). Blocks traffic sent to cloudfunctions.net or any custom domain set up through Cloud Functions. Prevents users from circumventing any access controls (Cloud Armor, IAP) they set up through GCLB.