[google-appengine] Re: Calling Cloud Function from App Engine Java

2021-06-22 Thread 'Jordi (Google Cloud Platform Support)' via Google App Engine
Hello, after reproducing your scenario, we are faced with the same 403 error when triggering the Cloud Function from App Engine Standard. We tried to create a VPC Access Connector [1] to achieve it but it is not possible because requests must use the external address of your serverless service.

[google-appengine] Re: Calling Cloud Function from App Engine Java

2021-06-15 Thread Anatoli Trifonov
This does not seem to be working for connection from Java standard App Engine to Cloud Function. I created VPC Access Connector. Enabled it in my Java App Standard Engine application. Deployed function with vpc access connector. Java App still gets error 403 when connecting to function. I know

[google-appengine] Re: Calling Cloud Function from App Engine Java

2021-06-15 Thread Anatoli Trifonov
Thank you. I will have a look. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To view this discussion on

[google-appengine] Re: Calling Cloud Function from App Engine Java

2021-06-15 Thread 'goya' via Google App Engine
To be able to access your internal only function, the requests need to come from a VPC network in the same project. App Engine Flex and Standard connect differently to VPC networks: For App Engine flex you just need to set the network settings in the app.yaml file. On the other hand,