You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Satish Duggana (JIRA)" <ji...@apache.org> on 2018/12/17 05:01:00 UTC

[jira] [Updated] (KAFKA-7742) DelegationTokenCache#hmacIdCache entry is not cleared when a token is removed using removeToken(String tokenId) API.

     [ https://issues.apache.org/jira/browse/KAFKA-7742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Satish Duggana updated KAFKA-7742:
----------------------------------
    Description: 
DelegationTokenCache#hmacIdCache entry is not cleared when a token is removed using `removeToken(String tokenId)`[1] API.


1) https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/security/token/delegation/internals/DelegationTokenCache.java#L84

  was:
DelegationTokenCache#hmacIdCache entry is not cleared when a token is removed using `removeToken(String tokenId)`[1] API.


[1] https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/security/token/delegation/internals/DelegationTokenCache.java#L84


> DelegationTokenCache#hmacIdCache entry is not cleared when a token is removed using removeToken(String tokenId) API.
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-7742
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7742
>             Project: Kafka
>          Issue Type: Bug
>          Components: security
>            Reporter: Satish Duggana
>            Assignee: Satish Duggana
>            Priority: Major
>
> DelegationTokenCache#hmacIdCache entry is not cleared when a token is removed using `removeToken(String tokenId)`[1] API.
> 1) https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/security/token/delegation/internals/DelegationTokenCache.java#L84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)