Re: Security in Ignite

2017-07-14 Thread Denis Magda
Hello,

As Val told Apache Ignite doesn’t provide any security related functionality at 
the moment but rather some interfaces you can implement on your own. 

To get the security support you need to look at commercial products built on 
top of Ignite:
https://docs.gridgain.com/docs/security-and-audit

—
Denis

> On Jul 14, 2017, at 9:26 AM, jayn <jayaram.nagara...@gmail.com> wrote:
> 
> Hello,
> Sorry to reply to this old thread but being a data fabric and the most
> popular being data grid and data needs security in the first place, it would
> give a great boost if some basic plugin/security code is already provided to
> hook up quickly to an ldap server or DB.
> 
> I was doing a POC on Ignite and the very first question my team asked is
> about security and i said that there is some way to hook up but not clear
> and i've not tried it. They stopped the discussion right there.
> 
> Again, it would be a tremendous boost to this product if security plugins
> are readily available for a data related product right and it might be of
> not much value if all features are there but this one thing is not very
> obvious?
> 
> thanks.
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/Security-in-Ignite-tp9245p14924.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.



Re: Security in Ignite

2017-07-14 Thread jayn
Hello,
Sorry to reply to this old thread but being a data fabric and the most
popular being data grid and data needs security in the first place, it would
give a great boost if some basic plugin/security code is already provided to
hook up quickly to an ldap server or DB.

I was doing a POC on Ignite and the very first question my team asked is
about security and i said that there is some way to hook up but not clear
and i've not tried it. They stopped the discussion right there.

Again, it would be a tremendous boost to this product if security plugins
are readily available for a data related product right and it might be of
not much value if all features are there but this one thing is not very
obvious?

thanks.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Security-in-Ignite-tp9245p14924.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Security in Ignite

2016-11-28 Thread vkulichenko
Ignite does not provide security capabilities out of the box, you need to
implement a plugin for this. Here is a good blog about this that you can use
as an example:
http://smartkey.co.uk/development/securing-an-apache-ignite-cluster/

GridGain provides their own implementation of this plugin as a part of their
paid solution: https://gridgain.readme.io/docs/security-and-audit

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Security-in-Ignite-tp9245p9249.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Security in Ignite

2016-11-28 Thread Lee Parayno
Hello,

I’ve been looking for information on how data security is handled in Ignite.

The only mention I’ve seen is this:

https://apacheignite.readme.io/discuss/55006040cfeeea17004717b0 


Can anybody point me to additional docs?

Lee