Hi all,
We have our flyte deployment configured to work with Google oauth.
All worked well so far, but we're seeing that
some new users can't log in: they get a 502 after the
/callback
redirect back from Google.
Most users (who previously interacted with the deployment)
still have access, without problems - they can log out and back in, also in incognito / different browser. It seems to be connected to the specific Google user accounts. These accounts have no issues with any other app using oidc though.
flyteadmin
prints this in the logs for the failed attempts:
{
"json": {},
"level": "error",
"msg": "Failed to retrieve tokens from request, redirecting to login handler. Error: [EMPTY_OAUTH_TOKEN] Failure to retrieve cookie [flyte_idt], caused by: http: named cookie not present",
"ts": "2023-07-13T15:25:13Z"
}
I tried so far:
• clearing cookies for the "broken" users, trying different browser
• restarting all flyte components
Any idea what can be causing this issue? What else can I clear / restart to debug further?