Re: reading encrypted password from Ignite config file

2021-04-14 Thread Ilya Kasnacheev
Hello! There are a couple of third party implementations of security plugins, but I doubt that there are any walkthroughs on implementing your own. Regards, -- Ilya Kasnacheev вт, 13 апр. 2021 г. в 20:31, shivakumar : > Hi Ilya, > if I have to use username/password is it possible to

Re: reading encrypted password from Ignite config file

2021-04-13 Thread Stephen Darlington
I wrote a blog about this: https://www.gridgain.com/resources/blog/managing-apache-ignite-secrets-hashicorp-vault Regards, Stephen > On 13 Apr 2021, at 18:31, shivakumar wrote: > > Hi Ilya, > if I have

Re: reading encrypted password from Ignite config file

2021-04-13 Thread shivakumar
Hi Ilya, if I have to use username/password is it possible to implement SecurityCredentialsProvider.java interface? https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/plugin/security/SecurityCredentialsProvider.java is there any example for this ? regards,

Re: reading encrypted password from Ignite config file

2021-04-09 Thread Ilya Kasnacheev
Hello! If this is your concern, I recommend switching from login/password to certificate based authentication. It is much stronger and uses encrypted files as is. Regards, -- Ilya Kasnacheev чт, 8 апр. 2021 г. в 16:32, shivakumar : > Hi Igniters, > Does Ignite support reading the encrypted

reading encrypted password from Ignite config file

2021-04-08 Thread shivakumar
Hi Igniters, Does Ignite support reading the encrypted password from Ignite config file because keeping a clear text password in ignite config file is not a good practice? If yes how to use it? If it does not support by default is it possible to implement it using any plugins? Any kind of help is