You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flume.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/29 10:27:00 UTC

[jira] [Commented] (FLUME-3278) Handling -D keystore parameters in Kafka components

    [ https://issues.apache.org/jira/browse/FLUME-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666977#comment-16666977 ] 

ASF GitHub Bot commented on FLUME-3278:
---------------------------------------

GitHub user turcsanyip opened a pull request:

    https://github.com/apache/flume/pull/231

    FLUME-3278 Handling -D keystore parameters in Kafka components

    Kafka client does not handle -D keystore parameters directly so Flume has to
    pass them explicitly in Kafka properties (like ssl.keystore.location, etc).
    Also using the same method for the truststore (in order to handle
    keystore/truststore in the same way).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/turcsanyip/flume FLUME-3278

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/231.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #231
    
----
commit b92414fb57874c514fb140660ff33602c29c6d96
Author: turcsanyi <tu...@...>
Date:   2018-10-29T07:33:52Z

    FLUME-3278 Handling -D keystore parameters in Kafka components
    
    Kafka client does not handle -D keystore parameters directly so Flume has to
    pass them explicitly in Kafka properties (like ssl.keystore.location, etc).
    Also using the same method for the truststore (in order to handle
    keystore/truststore in the same way).

----


> Handling -D keystore parameters in Kafka components
> ---------------------------------------------------
>
>                 Key: FLUME-3278
>                 URL: https://issues.apache.org/jira/browse/FLUME-3278
>             Project: Flume
>          Issue Type: Bug
>            Reporter: Peter Turcsanyi
>            Assignee: Peter Turcsanyi
>            Priority: Major
>             Fix For: 1.9.0
>
>
> FLUME-3269 introduced -D SSL system properties to configure the keystore/truststore parameters of Flume components.
> It turned out that Kafka client does not handle -D keystore parameters directly so Flume has to pass them explicitly in Kafka properties (like {{ssl.keystore.location}}, etc).
> Also use the same method for the truststore (in order to handle keystore/truststore in the same way).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@flume.apache.org
For additional commands, e-mail: issues-help@flume.apache.org