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

ASF GitHub Bot logged work on KNOX-2382:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Jun/20 04:57
            Start Date: 23/Jun/20 04:57
    Worklog Time Spent: 10m 
      Work Description: smolnar82 merged pull request #352:
URL: https://github.com/apache/knox/pull/352


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 449634)
    Time Spent: 20m  (was: 10m)

> 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