You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating from self hosted v0.98.0-postgres to v0.112.0-postgres, token renewal is not working anymore
Here is minimal code to reproduce (Universal Auth token with Access Token TTL = 120 and Access Token Max TTL = 25920000 & Access Token Max Number of Uses = 0) :
After 30 seconds : Infisical token renewed successfully.
After 60 seconds : Infisical token renewed successfully.
After 90 seconds : Infisical token renewed successfully.
After 120 seconds : InfisicalSDKError: [URL=http://my-domain/api/v1/auth/token/renew] [Method=post] [StatusCode=403] Your token has expired. Please re-authenticate.
After 150 seconds : InfisicalSDKError: [URL=http://my-domain/api/v1/auth/token/renew] [Method=post] [StatusCode=403] Your token has expired. Please re-authenticate.
The text was updated successfully, but these errors were encountered:
After migrating from self hosted v0.98.0-postgres to v0.112.0-postgres, token renewal is not working anymore
Here is minimal code to reproduce (Universal Auth token with Access Token TTL = 120 and Access Token Max TTL = 25920000 & Access Token Max Number of Uses = 0) :
The logs :
The text was updated successfully, but these errors were encountered: