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 2017/04/26 03:42:44 UTC

[1/2] storm git commit: Merge branch 'patch-1' of https://github.com/MichealShin/storm

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 5849e69f1 -> ebcfb1ef2


Merge branch 'patch-1' of https://github.com/MichealShin/storm


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

Branch: refs/heads/1.x-branch
Commit: a8b23913e2e21506e13fcfdffdbb4a5a2d71c46f
Parents: 5849e69
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Apr 25 20:40:08 2017 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Apr 25 20:41:54 2017 -0700

----------------------------------------------------------------------
 docs/SECURITY.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a8b23913/docs/SECURITY.md
----------------------------------------------------------------------
diff --git a/docs/SECURITY.md b/docs/SECURITY.md
index a9d0d7f..66566ce 100644
--- a/docs/SECURITY.md
+++ b/docs/SECURITY.md
@@ -74,6 +74,7 @@ ui.filter.params:
    "kerberos.name.rules": "RULE:[2:$1@$0]([jt]t@.*EXAMPLE.COM)s/.*/$MAPRED_USER/ RULE:[2:$1@$0]([nd]n@.*EXAMPLE.COM)s/.*/$HDFS_USER/DEFAULT"
 ```
 make sure to create a principal 'HTTP/{hostname}' (here hostname should be the one where UI daemon runs
+Be aware that the UI user *MUST* be HTTP.
 
 Once configured users needs to do kinit before accessing UI.
 Ex:


[2/2] storm git commit: Added STORM-2488 to CHANGELOG.

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


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

Branch: refs/heads/1.x-branch
Commit: ebcfb1ef27b551ef7c19320a66719fbaafc464db
Parents: a8b2391
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Apr 25 20:42:23 2017 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Apr 25 20:42:23 2017 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ebcfb1ef/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3130079..af54a8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 1.1.1
+ * STORM-2488: The UI user Must be HTTP.
  * STORM-2481: Upgrade Aether version to resolve Aether bug BUG-451566
  * STORM-2435: Logging in storm.js inconsistent to console.log and does not support log levels
  * STORM-2315: New kafka spout can't commit offset when ack is disabled