Got it, thank you! On Thursday, January 27, 2022 at 10:09:33 PM UTC+5:30 George (Cloud Platform Support) wrote:
> Hello, > > You can find relevant instructions and an example in the "Granting your > app access to Cloud services" sub-chapter > <https://cloud.google.com/appengine/docs/standard/python3/access-control#apps> > of > the "Setting Up Access Control" documentation page. When using Python 3, > one needs to authenticate to each service by means of a service API > Client() call. > > On Thursday, 27 January 2022 at 09:49:49 UTC-5 [email protected] wrote: > >> Hello, >> >> We are migrating from Python 2 to Python 3 and one of our authentication >> checks is to assert App Identity using the App Identity Python API >> <https://cloud.google.com/appengine/docs/standard/python/appidentity>. >> In my Python 3 application, I'm unable to get the X-Appengine-Inbound-Appid >> data from headers. I printed the request headers in Flask by using the >> request.headers but the above needed information was not present. Also, I'm >> calling my Python 3 application via urlfetch from a current Python 2 >> application. >> >> Any help would be great. >> >> Thank you! >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4d1c708d-a934-4413-abaf-3a77acf2093en%40googlegroups.com.
