I am using apache ignite version 1.6 and trying to implement a security
plugin by following the post
(http://smartkey.co.uk/development/securing-an-apache-ignite-cluster/).
Since the plugin API has changed after the blog post, I am unable to
activate the plugin and configure only an authenticated and authorized
client to join the cluster. 

I implemented the marker interfaces PluginConfiguration and IgnitePlugin
along with PluginProvider & GridSecurityProcessor. I have passed the
instance of PluginConfiguration to the IgniteConfiguration class through
cfg.setPluginConfigurations() method. Ignite doesn't seem to call any of the
PluginProvider implementation methods. I also do get the below message
during start up (for both the server/client)                              
                     Security status [*authentication=off*, tls/ssl=off]
which indicates that the authentication is not activated. 

Can someone guide me on what could be missing? 

Thanks.




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

Reply via email to