Reputation: 3945
I configured Google Cloud IAP for AppEngine, and then, when I try to access my app, I login to my google account, and I am redirected to this url:
project-id.appspot.com/_gcp_gatekeeper/authenticate?state=long-state-string&scope=email%20openid%20https://www.googleapis.com/auth/userinfo.email&authuser=2&hd=domain.com&session_state=a23b09e8ae90697d931d96068fdcf163a7a71010..9268&prompt=consent
This page just shows the following error, and nothing else matters:
There was a problem with your request. Error code 11
Tried looking for logs everywhere but in vain. @Matthew Sachs Do you have any idea ?
Upvotes: 8
Views: 4023
Reputation: 5145
Just ran into this and have a theory about cause and additional details about solution.
giotr's theory of cause has merit:
Ran into this issue in July 24th, reset worked, then ran into it again in Sept 12th.
Notice that's ~2-3 months / about the time it takes for an ephemeral ACME provisioned HTTPS cert to rotate before expiring. I'm guessing there's some logic that occasionally glitches up where the cert rotating can cause an issue due to imperfect software logic that results in a semi rare bug with IAP that requires a reset to solve.
More details about the fix:
Update (possibly found root cause):
Upvotes: 0
Reputation: 519
Experienced this when setting up a new project and the solution was to turn IAP off and then back on again.
Not a great answer but hopefully will help.
Upvotes: 8