[google-appengine] Re: Appengine deployment error

2021-01-27 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Thank you for your question. I know it is frustrating when an app cannot deploy. There was an issue yesterday for some App Engine Flexible deployments that failed with a timeout. That issue with Google App Engine was resolved for all affected projects as of Tuesday. I hope this did not c

Re: [google-appengine] login: admin in python37

2021-01-27 Thread Joshua Smith
Interesting. I'll make that my fallback plan if nobody has an idea that simply reproduces the old behavior (which was the exact behavior everyone needed, by the way; why does Google always insist on replacing perfectly good things with insanely complicated things that lack the one thing we all n

Re: [google-appengine] login: admin in python37

2021-01-27 Thread 'Charlie Engelke' via Google App Engine
You can enable and configure IAP independently for different services, so if you can put all the admin functions in a separate service, that could do it. On Wednesday, January 27, 2021 at 8:49:57 AM UTC-8 Joshua Smith wrote: > That does look super easy, but as you pointed out, it applies to the

Re: [google-appengine] login: admin in python37

2021-01-27 Thread Joshua Smith
That does look super easy, but as you pointed out, it applies to the whole app. I just want pages in my /admin section to require auth. > On Jan 27, 2021, at 11:44 AM, 'Jose V' via Google App Engine > wrote: > > Just in case it helps, you can also easily implement IAP for App Engine >

Re: [google-appengine] login: admin in python37

2021-01-27 Thread 'Jose V' via Google App Engine
Just in case it helps, you can also easily implement IAP for App Engine . The only drawback would be that it secures the entire application, not specific endpoints, which I am not sure is what you require in your scenario On Monday, Janua

[google-appengine] Appengine deployment error

2021-01-27 Thread Jagath Weerasinghe
Hi All, We have been running appengine deployment smoothly till yesterday. Yesterday gcloud deploy started to complain about *cloudscheduler.googleapis.com. *I enabled the cloudscheduler APIs and retried the deployment. Then that error message disappeared but still, deployment fails with the

[google-appengine] Re: Modify Datastore Admin Backup Built-in Taskqueue

2021-01-27 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello, As my colleague supposed, it *might* be possible to use a URL with the parameters, however, he wasn’t able to verify that. Looking into the mentioned answer on StackOverflow, I believe that it’s outdated by now - after all