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

[46/50] [abbrv] ignite git commit: IGNITE-8989 Web Console: Fixed defaults for clientConnectorConfiguration.

IGNITE-8989 Web Console: Fixed defaults for clientConnectorConfiguration.


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

Branch: refs/heads/ignite-8446
Commit: 83ee6d3cd196127eeae3ae69cc0c586a87f95ca5
Parents: b718e44
Author: Vasiliy Sisko <vs...@gridgain.com>
Authored: Fri Aug 3 00:37:39 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Aug 3 00:37:39 2018 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/app/services/Clusters.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/83ee6d3c/modules/web-console/frontend/app/services/Clusters.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/services/Clusters.js b/modules/web-console/frontend/app/services/Clusters.js
index c33c145..0228a77 100644
--- a/modules/web-console/frontend/app/services/Clusters.js
+++ b/modules/web-console/frontend/app/services/Clusters.js
@@ -188,7 +188,11 @@ export default class Clusters {
                 tcpNoDelay: true
             },
             clientConnectorConfiguration: {
-                tcpNoDelay: true
+                tcpNoDelay: true,
+                jdbcEnabled: true,
+                odbcEnabled: true,
+                thinClientEnabled: true,
+                useIgniteSslContextFactory: true
             },
             space: void 0,
             discovery: {