Is there any way to use org.apache.ignite.plugin.security package classes ?
Thanks 2015-09-10 21:45 GMT+02:00 Dmitriy Setrakyan <[email protected]>: > It is probably worth mentioning that GridGain provides security component > for Apache Ignite out of the box: > http://entdoc.gridgain.org/latest/Security+And+Audit > > On Thu, Sep 10, 2015 at 11:43 AM, vkulichenko < > [email protected]> wrote: > >> Enrico Olivelli wrote >> > I'm running Ignite 1.3. >> > Is there any documentation to setup simple authentication ? >> >> Hi Enrico, >> >> Ignite doesn't provide out-of the-box implementation of security >> components, >> but you can create a plugin that will implement authentication required >> for >> your application. I would recommend to take a look at this blog: >> http://smartkey.co.uk/development/securing-an-apache-ignite-cluster/. It >> has >> a good and simple example showing how this can be done. >> >> -Val >> >> >> >> -- >> View this message in context: >> http://apache-ignite-users.70518.x6.nabble.com/1-di-83-How-to-use-GridPasscodeAuthenticationSpi-tp1332p1345.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > >
