Mongodb Server Whitelist

155 Views Asked by At

Performed the following steps as per the Mongodb Document : https://docs.mongodb.com/manual/security/ 1. User authentication 2. TLS/SSL implementation

My question is can we implement IPWhiteList for Mongodb Server? If not, then is there any other security setup which can help us to secure our Mongodb database.

Thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

I believe security.clusterIpSourceWhitelist is what you need. More details here