10

I would like to know if it is possible to execute a job to make a post to an internal VPC http endpoint.

lascarayf
  • 3,423
  • 3
  • 19
  • 24

1 Answers1

2

At this time we cannot make a post directly to an internal VPC endpoint. However, depending on your VPC set up, you could set up a gateway (not recommended) or set up a VPC connector. For a VPC connector you'll need an additional service such as a Cloud Function to create the connection in which you would forward the scheduler request. Learn more about connecting to a VPC network.

Averi Kitsch
  • 876
  • 5
  • 16