Skip to content

Add ingress settings support #808

Closed
@marcelgoya

Description

@marcelgoya

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions