开发者

How to Secure Membase?

开发者 https://www.devze.com 2023-02-07 17:52 出处:网络
Once a membase server is setup, any machine can connect to it via the ip pl开发者_JAVA技巧us port. How to secure membase such that it will only listen to specific ip addresses?Your best bet is to do t

Once a membase server is setup, any machine can connect to it via the ip pl开发者_JAVA技巧us port. How to secure membase such that it will only listen to specific ip addresses?


Your best bet is to do this through the use of a firewall, either local to the Membase server or as part of your overall environment. Like Memcached, Membase also supports SASL authentication to control access to a particular dataset, but that's not meant to be a security measure.

0

精彩评论

暂无评论...
验证码 换一张
取 消