https://flyte.org logo
f

Fredrick

07/01/2022, 6:25 PM
Hi flyte team, I integrated our OIDC provider for flyteadmin auth. But its failing during OIDC callback with the following error. It looks to be cookie that it generates using the auth_code becomes bigger than 4096 [gorilla securecookie implementation](https://github.com/gorilla/securecookie/blob/master/securecookie.go#L256-L259). Any ideas on how to fix this ?
Copy code
{
  "json": {
    "src": "handlers.go:161"
  },
  "level": "error",
  "msg": "Error setting encrypted JWT cookie [SECURE_COOKIE_ERROR] Error creating secure cookie, caused by: securecookie: the value is too long",
  "ts": "2022-07-01T07:41:05Z"
}
k

Ketan (kumare3)

07/02/2022, 12:05 AM
cc @Yee / @Haytham Abuelfutuh can you chime in here?
k

katrina

07/02/2022, 12:17 AM
25 Views