You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/24 14:32:00 UTC

[jira] [Work logged] (KNOX-2461) Move JWT token display utility to module shared by server and client modules

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

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

                Author: ASF GitHub Bot
            Created on: 24/Sep/20 14:31
            Start Date: 24/Sep/20 14:31
    Worklog Time Spent: 10m 
      Work Description: pzampino opened a new pull request #379:
URL: https://github.com/apache/knox/pull/379


   … and client modules
   
   ## What changes were proposed in this pull request?
   
   Moved gateway-service-knoxtoken/src/main/java/org/apache/knox/gateway/services/security/token/TokenUtils.java#getTokenDisplayText(final String token) to gateway-util-common/src/main/java/org/apache/knox/gateway/util/Tokens.java
   
   ## How was this patch tested?
   
   mvn -T1.5C -Ppackage,release clean verify, and manual testing.


----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 490239)
    Remaining Estimate: 0h
            Time Spent: 10m

> Move JWT token display utility to module shared by server and client modules
> ----------------------------------------------------------------------------
>
>                 Key: KNOX-2461
>                 URL: https://issues.apache.org/jira/browse/KNOX-2461
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 1.4.0
>            Reporter: Philip Zampino
>            Assignee: Philip Zampino
>            Priority: Major
>             Fix For: 1.5.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> org/apache/knox/gateway/services/security/token/TokenUtils.java includes a method named getTokenDisplayText(final String token), which is not available to client modules (e.g., knox shell). Moving this method to a utility class in the gateway-util-common module will allow client modules to use it also.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)