You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2018/09/18 17:26:52 UTC

[2/2] storm git commit: Merge branch 'STORM-3227' of https://github.com/revans2/incubator-storm into STORM-3227

Merge branch 'STORM-3227' of https://github.com/revans2/incubator-storm into STORM-3227

STORM-3227: Only push credentials if going to expected user

This closes #2838


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

Branch: refs/heads/master
Commit: 8c817e81f942bd9f01752b776de25aba65b640aa
Parents: b9e841d 7607778
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Tue Sep 18 12:05:25 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Tue Sep 18 12:05:25 2018 -0500

----------------------------------------------------------------------
 bin/storm.py                                    |   7 +-
 .../jvm/org/apache/storm/StormSubmitter.java    |  24 +++-
 .../org/apache/storm/generated/Credentials.java | 111 ++++++++++++++++++-
 storm-client/src/py/storm/ttypes.py             |  14 ++-
 storm-client/src/storm.thrift                   |   1 +
 .../apache/storm/command/UploadCredentials.java |   3 +-
 .../org/apache/storm/daemon/nimbus/Nimbus.java  |  19 ++++
 7 files changed, 172 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8c817e81/storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java
----------------------------------------------------------------------