Sandor Molnar created KNOX-2382:
-----------------------------------
Summary: Log the token when it's expired
Key: KNOX-2382
URL: https://issues.apache.org/jira/browse/KNOX-2382
Project: Apache Knox
Issue Type: Improvement
Components: Server
Affects Versions: 1.4.0
Reporter: Sandor Molnar
Assignee: Sandor Molnar
Fix For: 1.5.0
When a Knox Token is issued vie the {{TokenResource}} a useful message is
displayed in the log with an obfuscated token representation. For instance:
{code}
2020-06-08 10:54:36,106 INFO service.knoxtoken
(TokenResource.java:getAuthenticationToken(390)) - Knox Token service (dt)
issued token eyJhbG...sTtTEz (7f876ed1-419a-4e90-a9ae-14d8d8a776a6)
{code}
Within {{AbstractJWTFilter}}, when Knox realizes a token is expired, the
following message is shown:
{code}
2020-06-08 10:54:37,111 INFO federation.jwt
(AbstractJWTFilter.java:validateToken(301)) - Access token has expired; a new
one must be acquired.
{code}
It'd be extremely useful to show the same obfuscated token representation here
too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)