You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2016/09/08 04:46:58 UTC

[41/50] [abbrv] ignite git commit: IGNITE-2047 Fixed add of ssl thrust manager for new cluster.

IGNITE-2047 Fixed add of ssl thrust manager for new cluster.


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

Branch: refs/heads/ignite-3629
Commit: 33581ba565e6ed8061447d051144a63abecb40dc
Parents: 40a7990
Author: vsisko <vs...@gridgain.com>
Authored: Tue Sep 6 10:40:55 2016 +0700
Committer: vsisko <vs...@gridgain.com>
Committed: Tue Sep 6 10:40:55 2016 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/controllers/clusters-controller.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/33581ba5/modules/web-console/frontend/controllers/clusters-controller.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/controllers/clusters-controller.js b/modules/web-console/frontend/controllers/clusters-controller.js
index 5f6f19b..17a4e51 100644
--- a/modules/web-console/frontend/controllers/clusters-controller.js
+++ b/modules/web-console/frontend/controllers/clusters-controller.js
@@ -33,7 +33,9 @@ export default ['clustersController', [
             connector: {},
             discovery: {},
             marshaller: {},
-            sslContextFactory: {},
+            sslContextFactory: {
+                trustManagers: []
+            },
             swapSpaceSpi: {},
             transactionConfiguration: {},
             collision: {}