Update AuthTlsExample.js Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1cb16ca1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1cb16ca1 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1cb16ca1
Branch: refs/heads/ignite-7777 Commit: 1cb16ca12e323d2b46f335f7bc91481fce37a7a9 Parents: 70041c1 Author: alexey-nbl <[email protected]> Authored: Tue May 8 21:59:01 2018 +0300 Committer: GitHub <[email protected]> Committed: Tue May 8 21:59:01 2018 +0300 ---------------------------------------------------------------------- modules/platforms/nodejs/examples/AuthTlsExample.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1cb16ca1/modules/platforms/nodejs/examples/AuthTlsExample.js ---------------------------------------------------------------------- diff --git a/modules/platforms/nodejs/examples/AuthTlsExample.js b/modules/platforms/nodejs/examples/AuthTlsExample.js index bfe2583..c1c0c3b 100644 --- a/modules/platforms/nodejs/examples/AuthTlsExample.js +++ b/modules/platforms/nodejs/examples/AuthTlsExample.js @@ -34,7 +34,8 @@ const TLS_CA_FILE_NAME = './certs/ca.crt'; const CACHE_NAME = 'AuthTlsExample_cache'; -// This example demonstrates ???. +// This example demonstrates secure connection to Ignite server and username/password authentication, +// as well as basic cache put and get operations for primitive types. // - connects to ENDPOINT node // - creates CACHE_NAME cache if it doesn't exist // -- specifies key and value type of the cache
