[
https://issues.apache.org/jira/browse/KNOX-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306588#comment-17306588
]
ASF subversion and git services commented on KNOX-2557:
-------------------------------------------------------
Commit 9e2b831343974670057c24ea590cb942f2433be3 in knox's branch
refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=9e2b831 ]
KNOX-2557 - Persisting token related metadata using Knox's alias service (#420)
> Add username and comment into token state metadata
> ---------------------------------------------------
>
> Key: KNOX-2557
> URL: https://issues.apache.org/jira/browse/KNOX-2557
> Project: Apache Knox
> Issue Type: Task
> Components: Server
> Affects Versions: 1.5.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> As of now, the following metadata is stored in the local keystore or in ZK as
> the following aliases:
> * tokenId and expiration - alias name is 'tokenId'
> * tokenId and maximum lifetime - alias name is 'tokenId--max'
> As part of this JIRA, a new alias should be introduced containing general
> metadata stored as a JSON string. To start with, the following JSON elements
> will be added:
> * tokenId
> * username
> * comment
> The alias name is going to be 'tokenId–meta'
> In the JournalBasedTokenStateService, these two new fields should be added at
> the end of the line in each journal entry.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)