Return-Path: X-Original-To: apmail-storm-dev-archive@minotaur.apache.org Delivered-To: apmail-storm-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B533211C22 for ; Fri, 25 Jul 2014 14:15:00 +0000 (UTC) Received: (qmail 47351 invoked by uid 500); 25 Jul 2014 14:15:00 -0000 Delivered-To: apmail-storm-dev-archive@storm.apache.org Received: (qmail 47295 invoked by uid 500); 25 Jul 2014 14:15:00 -0000 Mailing-List: contact dev-help@storm.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@storm.incubator.apache.org Delivered-To: mailing list dev@storm.incubator.apache.org Received: (qmail 47273 invoked by uid 99); 25 Jul 2014 14:15:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 14:15:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 25 Jul 2014 14:14:58 +0000 Received: (qmail 46327 invoked by uid 99); 25 Jul 2014 14:14:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 14:14:38 +0000 Date: Fri, 25 Jul 2014 14:14:38 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@storm.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STORM-348) (Security) Netty SASL Authentication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STORM-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074425#comment-14074425 ] ASF GitHub Bot commented on STORM-348: -------------------------------------- Github user revans2 commented on a diff in the pull request: https://github.com/apache/incubator-storm/pull/202#discussion_r15402272 --- Diff: storm-core/src/jvm/backtype/storm/messaging/netty/Client.java --- @@ -57,8 +59,10 @@ private int messageBatchSize; private AtomicLong pendings; + + Map storm_conf; - MessageBatch messageBatch = null; + MessageBatch messageBatch = null; --- End diff -- And please mark the new member variables as private they don't appear to need to be protected or package private. > (Security) Netty SASL Authentication > ------------------------------------ > > Key: STORM-348 > URL: https://issues.apache.org/jira/browse/STORM-348 > Project: Apache Storm (Incubating) > Issue Type: Bug > Reporter: Robert Joseph Evans > Assignee: Raghavendra Nandagopal > Labels: security > Attachments: Storm-Netty Authentication.pdf > > > Currently The Netty transport does no authentication at all. You can encrypt the tuples being sent, but that is a huge performance hit for many cases that do not need it. We should support simple SASL authentication when Netty first connects to an external process. We probably want to use something similar to what we do for ZK, and generate a random secret for each topology. -- This message was sent by Atlassian JIRA (v6.2#6252)