You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/08/14 03:45:34 UTC

[1/3] storm git commit: [STORM-2037] debug operation should be whitelisted in SimpleAclAuthorizer

Repository: storm
Updated Branches:
  refs/heads/master 24443930a -> a1a952a4a


[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.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/89a6985a
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/89a6985a
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/89a6985a

Branch: refs/heads/master
Commit: 89a6985aef30dd3de75f2ca8de3d638ff22a88cc
Parents: 019d1e0
Author: Arun Mahadevan <ar...@apache.org>
Authored: Fri Aug 12 09:07:08 2016 +0530
Committer: Arun Mahadevan <ar...@apache.org>
Committed: Fri Aug 12 09:07:08 2016 +0530

----------------------------------------------------------------------
 .../apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/89a6985a/storm-core/src/jvm/org/apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/org/apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java b/storm-core/src/jvm/org/apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java
index 7cc1556..1f84ee8 100644
--- a/storm-core/src/jvm/org/apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java
+++ b/storm-core/src/jvm/org/apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java
@@ -65,6 +65,7 @@ public class SimpleACLAuthorizer implements IAuthorizer {
             "dumpProfile",
             "dumpJstack",
             "dumpHeap",
+            "debug",
             "getLogConfig"));
 
     protected Set<String> _admins;


[3/3] storm git commit: Added STORM-2037 to CHANGELOG.

Posted by sr...@apache.org.
Added STORM-2037 to CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a1a952a4
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a1a952a4
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a1a952a4

Branch: refs/heads/master
Commit: a1a952a4af3654dfaeb737d798df201335a5da45
Parents: ecf085a
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sat Aug 13 20:44:39 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sat Aug 13 20:44:39 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a1a952a4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13db3ca..3714c68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 2.0.0
- * STORM-2036:Fix minor bug in RAS Tests
+ * STORM-2037: debug operation should be whitelisted in SimpleAclAuthorizer.
+ * STORM-2036: Fix minor bug in RAS Tests
  * STORM-2026: Inconsistency between (SpoutExecutor, BoltExecutor) and (spout-transfer-fn, bolt-transfer-fn) * STORM-1979: Storm Druid Connector implementation.
  * STORM-1277: port backtype.storm.daemon.executor to java
  * STORM-2020: Stop using sun internal classes.
@@ -13,9 +14,9 @@
  * STORM-1962: support python 3 and 2 in multilang
  * STORM-1964: Unexpected behavior when using count window together with timestamp extraction
  * STORM-1890: ensure we refetch static resources after package build
- * STORM-1966 Expand metric having Map type as value into multiple metrics based on entries
+ * STORM-1966: Expand metric having Map type as value into multiple metrics based on entries
  * STORM-1737: storm-kafka-client has compilation errors with Apache Kafka 0.10
- * STORM-1910 One topology cannot use hdfs spout to read from two locations
+ * STORM-1910: One topology cannot use hdfs spout to read from two locations
  * STORM-1916: Add ability for worker-first classpath
  * STORM-1954: Large Trident topologies can cause memory issues due to DefaultResourceDeclarer object reading config
  * STORM-1913: Additions and Improvements for Trident RAS API


[2/3] storm git commit: Merge branch 'STORM-2037' of https://github.com/arunmahadevan/storm

Posted by sr...@apache.org.
Merge branch 'STORM-2037' of https://github.com/arunmahadevan/storm


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ecf085a9
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ecf085a9
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ecf085a9

Branch: refs/heads/master
Commit: ecf085a99d30522bacf46ff8204348e344000a11
Parents: 2444393 89a6985
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sat Aug 13 20:43:41 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sat Aug 13 20:43:41 2016 -0700

----------------------------------------------------------------------
 .../apache/storm/security/auth/authorizer/SimpleACLAuthorizer.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------