How to secure an Apache Ignite cluster

泪湿孤枕 提交于 2019-12-11 12:26:37

问题


How can I provide an authentication for my Apache ignite cluster. Basically I'm looking for setting username and password. Otherwise allowing list of trusted(white listed) clients is also fine.


回答1:


This can be implemented by your own: https://apacheignite.readme.io/docs/advanced-security or you can use 3rd party-ready solutions: https://docs.gridgain.com/docs/security-and-audit




回答2:


Apache Ignite does not provide these kinds of security capabilities with its open-source version. As mentioned by @Michel, you can either implement it on your own or use commercial Gridgain distribution.

Here, you can find steps to implement a custom plugin.

You would need to implement GridSecurityProcessor which would be used to authenticate joining node.

This blog has detailed steps that can be followed to write a custom security plugin.

https://www.bugdbug.com/post/how-to-secure-apache-ignite-cluster



来源:https://stackoverflow.com/questions/48868582/how-to-secure-an-apache-ignite-cluster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!