My project has a bunch of Google Cloud Functions that are triggered by HTTPS POST requests either from my API Gateway, or by other services. Some functions have an enqueuing potential so the user can give my API Gateway a list of things to do, the API gateway adds these to PubSub, and I want PubSub to then push these to my Google Cloud Functions (using the HTTPS trigger, not the PubSub-Functions trigger.)
Can you please allow PubSub to push to a Functions HTTPS endpoint in the same Google Cloud Project?