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 2014/06/12 19:54:08 UTC

[1/2] git commit: Storm 344. (Security) nimbus renew-credentials not calling ICredentialsRenewer.renew

Repository: incubator-storm
Updated Branches:
  refs/heads/security bc91ed88d -> a762f1c5f


Storm 344. (Security) nimbus renew-credentials not calling ICredentialsRenewer.renew


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

Branch: refs/heads/security
Commit: cf2e8b7ee06b455a90bd4b3bfd53facef1369612
Parents: 6592b82
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Tue Jun 10 15:01:33 2014 -0700
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Tue Jun 10 15:01:33 2014 -0700

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/daemon/nimbus.clj | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/cf2e8b7e/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/daemon/nimbus.clj b/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
index 0bd5337..9502745 100644
--- a/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
+++ b/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
@@ -869,7 +869,8 @@
             (if orig-creds
               (let [new-creds (HashMap. orig-creds)]
                 (doseq [renewer renewers]
-                  (log-message "Renewing Creds For " id " with " renewer))
+                  (log-message "Renewing Creds For " id " with " renewer)
+		  (.renew renewer new-creds))
                 (when-not (= orig-creds new-creds)
                   (.set-credentials! storm-cluster-state id new-creds)
               )))))))))


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

Posted by bo...@apache.org.
Merge branch 'STORM-344' of https://github.com/harshach/incubator-storm into STORM-344

STORM-344: (Security) nimbus renew-credentials not calling ICredentialsRenewer.renew


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

Branch: refs/heads/security
Commit: a762f1c5f99a7a9e77038399f0f14ae03b1414c7
Parents: bc91ed8 cf2e8b7
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Thu Jun 12 12:48:51 2014 -0500
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Thu Jun 12 12:48:51 2014 -0500

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/daemon/nimbus.clj | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------