/commented by yakov zhdanov/ You can configure Ignite programmatically. Take a look at IgniteConfiguration and CacheConfiguration classes. In this example provided with Ignite we configure Ignite from code - MemcacheRestExample
You can disable rest access by setting IgniteConfiguration.setConnectorConfiguration(null); GridGain (built on top of Ignite) has security and audit APIs which may help in your case. ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Distributed-in-memory-only-cache-XML-for-non-Spring-users-tp193p194.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
