The node filters don't work for your scenario. They are rather useful when you'd like to store specific data on concrete nodes -- the filters control who will be a primary and backup for which partitions.
To solve your case you need to consider Val's suggestions. -- Denis On Tue, Apr 10, 2018 at 5:25 PM, Alew <[email protected]> wrote: > That is ok, I don't need Ignite to do authentication. Just prevent data > modification. > > Denis told about node filters, but i didn't get how it is working > > > > On 11/04/2018 02:56, vkulichenko wrote: > >> Ignite doesn't have authentication/authorization capabilities at the >> moment, >> however there are certain plans for that as far as I know. >> >> In the meantime, you can take a look 3rd party vendors like GridGain that >> have paid offerings for this: >> https://docs.gridgain.com/docs/security-and-audit >> >> -Val >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >> >
