本文介绍了如何保护Apache Ignite集群的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何为我的Apache ignite集群提供身份验证。基本上,我正在寻找设置用户名和密码的方法。否则,也可以允许列出受信任的(白名单中的)客户端列表。

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.

推荐答案

这可以由您自己实现:
或您可以使用第三方支持的解决方案:

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

这篇关于如何保护Apache Ignite集群的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 04:44
查看更多