Skip to content

Add support for allow_global_access config for Secure Web Gateway creation #28204

Description

@DasJayYa

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

Secure Web Proxy now supports Global Access allowing clients to connect from any region to the SWP.

The NetworkServices / Gateway provider module should be updated to support the new

New or Affected Resource(s)

  • google_network_services_gateway

Potential Terraform Configuration

resource "google_network_services_gateway" "webproxy" {
  name                                 = "test-web-proxy-gateway"
  location                             = "australia-southeast1"
  type                                 = "SECURE_WEB_GATEWAY"
  ports                                = [443]
  gateway_security_policy              = google_network_security_gateway_security_policy.gateway-policy.id
  network                              = "projects/test-project/global/networks/my-vpc"
  subnetwork                           = "projects/test-project/regions/australia-southeast1/subnetworks/my-subnetwork"
  allow_global_access                  = true
  delete_swg_autogen_router_on_destroy = true
}

References

API reference

b/531744196

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions