[ 
https://issues.apache.org/jira/browse/KNOX-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142630#comment-17142630
 ] 

ASF subversion and git services commented on KNOX-2382:
-------------------------------------------------------

Commit 3017a180becf80d4f49bfeea96dc121c3f428148 in knox's branch 
refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=3017a18 ]

KNOX-2382 - Logging token identifier for easier error debugging (#352)



> 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
>            Priority: Major
>             Fix For: 1.5.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to