You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/12 03:41:20 UTC

[jira] [Commented] (STORM-2037) debug operation should be whitelisted in SimpleAclAuthorizer

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

ASF GitHub Bot commented on STORM-2037:
---------------------------------------

GitHub user arunmahadevan opened a pull request:

    https://github.com/apache/storm/pull/1624

    [STORM-2037] debug operation should be whitelisted in SimpleAclAuthorizer

    While enabling/disabling topology event logging, theres a call to assert-authorized-user with "debug" as the operation in ui/core.clj.
    This needs to be whitelisted in SimpleAclAuthorizer to get it working in secure mode.

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

    $ git pull https://github.com/arunmahadevan/storm STORM-2037

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

    https://github.com/apache/storm/pull/1624.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 #1624
    
----
commit 89a6985aef30dd3de75f2ca8de3d638ff22a88cc
Author: Arun Mahadevan <ar...@apache.org>
Date:   2016-08-12T03:37:08Z

    [STORM-2037] debug operation should be whitelisted in SimpleAclAuthorizer
    
    While enabling/disabling topology event logging, theres a call to assert-authorized-user with "debug" as the operation in ui/core.clj.
    This needs to be whitelisted in SimpleAclAuthorizer to get it working in secure mode.

----


> debug operation should be whitelisted in SimpleAclAuthorizer
> ------------------------------------------------------------
>
>                 Key: STORM-2037
>                 URL: https://issues.apache.org/jira/browse/STORM-2037
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 1.x
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>
> For topology event logging to work in secure mode, the "debug" operation should be whitelisted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)