Hi,

Ignite doesn’t provide built-in support for authentication, so the built-in 
control.bat/sh also don’t have stubs for that. 
So yes, I guess you need to write your own tool.

A tool like that would be pretty simple though – just start a client node, 
parse command line arguments and
map them to the methods of the ignite.cluster().

Stan

From: Olexandr K
Sent: 17 мая 2018 г. 17:09
To: user@ignite.apache.org
Subject: control.bat authentication support

Hi guys,

I configured Ignite user/password authentication by adding custom plugin.
It works fine in server/client nodes and visor but I can't find any auth 
support in control.bat
I checked it's source code and don't see any place where I can provide 
credentials.

Should I write my own control tool or how can I solve this?

BR, Oleksandr

Reply via email to