You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2019/04/05 18:59:00 UTC

[jira] [Resolved] (KAFKA-8190) Keystore update without file change doesn't update SSLContext

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

Rajini Sivaram resolved KAFKA-8190.
-----------------------------------
       Resolution: Fixed
         Reviewer: Manikumar
    Fix Version/s: 2.3.0

> Keystore update without file change doesn't update SSLContext
> -------------------------------------------------------------
>
>                 Key: KAFKA-8190
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8190
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.1.0, 2.2.0, 2.1.1
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 2.3.0, 2.1.2, 2.2.1
>
>
> We reload SSL keystores and truststores on a dynamic config update on the broker if one of the configs has changed or if the file modification time has changed. For update without config change, we compare the modification time at the last load with the current modification time of the file. But we load the file for validation of dynamic configs and when reconfiguring we compare the time updated during validation with file modification time. As a result SSLContext is not updated.



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