Hello! As far as my understanding goes, Apache Ignite authentication only affects thin clients (such as JDBC or native Python/PHP/C# client).
You can add authorization include client node join checks, but that will require custom plugin implementation. See https://apacheignite.readme.io/docs/advanced-security Regards, -- Ilya Kasnacheev пт, 21 дек. 2018 г. в 08:24, radha jai <[email protected]>: > Hi, > I have started the ignite servers by enabling ignite authentication, > so ignite is creating username and password. > I want to know how to pass the username and password in the client > configuration file(.xml), so that it talks to server. > > Regards > radha > >
