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

[jira] [Commented] (SAMZA-1667) Skip storing configuration as a part of JobModel in zookeeper data nodes.

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

ASF GitHub Bot commented on SAMZA-1667:
---------------------------------------

GitHub user shanthoosh opened a pull request:

    https://github.com/apache/samza/pull/479

    SAMZA-1667: Skip storing configuration as a part of JobModel in zookeeper data nodes.

    In general, jobModel configuration contains service access tokens and certs. It's a common practice to run zookeeper in a non-ACL environment. Hence for security purposes, it's essential not to store configuration as a part of JobModel in zookeeper.
    


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

    $ git pull https://github.com/shanthoosh/samza nuke_configuration_stored_in_JobModel

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

    https://github.com/apache/samza/pull/479.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 #479
    
----
commit 7876a4418ea0a538af206eab0d1d9bb201e0b7d3
Author: Shanthoosh Venkataraman <sv...@...>
Date:   2018-04-18T00:27:34Z

    Nuke JobModel configuration in ZkJobCoordinator.

----


> Skip storing configuration as a part of JobModel in zookeeper data nodes.
> -------------------------------------------------------------------------
>
>                 Key: SAMZA-1667
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1667
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>
> In general, jobModel configuration contains service access tokens and certs. It's a common practice to run zookeeper in a non-ACL environment. Hence for security purposes, it's essential not to store JobModel's configuration in zookeeper.



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