kunwp1 opened a new issue, #5026:
URL: https://github.com/apache/texera/issues/5026
Issue with the JWT authentication in ConfigService in the main branch.
```
ERROR [2026-05-11 19:33:08,224] org.apache.texera.auth.JwtParser$: Failed
to parse JWT: JWT
(claims->{"sub":"texera","userId":1,"googleId":null,"email":"texera","role":"ADMIN","googleAvatar":null,"exp":1777324924})
rejected due to invalid claims or other invalid content. Additional
details: [[1] The JWT is no longer valid - the evaluation time
NumericDate{1778527988 -> May 11, 2026, 12:33:08 PM PDT} is on or after the
Expiration Time (exp=NumericDate{1777324924 -> Apr 27, 2026, 2:22:04 PM
PDT}) claim value (even when providing 30 seconds of leeway to account for
clock skew).]
ERROR [2026-05-11 19:33:08,224] org.apache.texera.auth.JwtParser$: Failed
to parse JWT: JWT
(claims->{"sub":"texera","userId":1,"googleId":null,"email":"texera","role":"ADMIN","googleAvatar":null,"exp":1777324924})
rejected due to invalid claims or other invalid content. Additional
details: [[1] The JWT is no longer valid - the evaluation time
NumericDate{1778527988 -> May 11, 2026, 12:33:08 PM PDT} is on or after the
Expiration Time (exp=NumericDate{1777324924 -> Apr 27, 2026, 2:22:04 PM
PDT}) claim value (even when providing 30 seconds of leeway to account for
clock skew).]
WARN [2026-05-11 19:33:08,224] org.apache.texera.auth.JwtAuthFilter:
Invalid JWT: Unable to parse token
WARN [2026-05-11 19:33:08,224] org.apache.texera.auth.JwtAuthFilter:
Invalid JWT: Unable to parse token
INFO [2026-05-11 19:33:08,264] org.eclipse.jetty.server.RequestLog:
[0:0:0:0:0:0:0:1] - "GET /api/config/user-system HTTP/1.1" 401
INFO [2026-05-11 19:33:08,264] org.eclipse.jetty.server.RequestLog:
[0:0:0:0:0:0:0:1] - "GET /api/config/gui HTTP/1.1" 401
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]