Why did you implement validateNode() method? It's not a security concept, it's just a generic way that can be used by components to check the node validity (e.g., to avoid misconfiguration). Looks like in your case it always return result which is the reason of the failure (for valid node it should be null). As I said earlier, you need to implement GridSecurityProcessor. It's main method is authenticateNode(..).
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/DiscoverySpiNodeAuthenticator-implementation-tp5087p5177.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
