-
-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
Description
This issue is related to oidc authentication. The behaviour we have seen are:
- Login in using oidc works and groups are mapped to parseable roles.
- Logout and login works.
- Logout and login after approx 24 hour result in 401.
- The only way to get login for using oidc is to restart parseable
Our setup is parsable use dex.io as a oidc mediator.
So I can not be sure that the issue is in Parseable, but since a restart "clear" some transient data structure related to the user it seems to be the cause.
One problem is that there is nothing in the parseable logs that help you identify the problem. Even increase the log level to info it just state 401 when authenticating the user.
/about output:
{
"version": "v2.5.1",
"uiVersion": "v2.5.1",
"commit": "8cfced3",
"deploymentId": "01JRMQX30F6MGGHCEKJ5DASCRS",
"updateAvailable": false,
"latestVersion": "v2.5.1",
"llmActive": false,
"llmProvider": null,
"oidcActive": true,
"license": "AGPL-3.0-only",
"mode": "Standalone",
"staging": "/var/tmp/parseable_staging",
"hotTier": "Disabled",
"grpcPort": 8001,
"store": {
"type": "S3 bucket",
"path": "https://sg1.vgregion.se/parseable"
},
"analytics": {
"clarityTag": null
}
}Copilot