Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Atlas
Created by Guest
Created on May 11, 2020

atlas portal ip whitelist

We were given this idea from a security audit. From a security-in-depth perspective we would like to be able to restrict logins on the atlas portal to only whitelisted IP's, this would be analog as to how API whitelisting works at the organization level. This is to prevent login's other than from our permitted sites.
  • Attach files
  • Guest
    Jan 20, 2024
    You can contact with MongoDB support to enable UI IP Access List feature for your organization. Please find more details here: https://www.mongodb.com/docs/atlas/tutorial/manage-organizations/#std-label-atlas-ui-ip-access-list Merging this ticket with the duplicate.
  • Guest
    Jan 20, 2024
    The feature is available and can be enabled by MongoDB support team. Once it is enabled customers can configure IP access list to block access to their organizations through UI: https://www.mongodb.com/docs/atlas/tutorial/manage-organizations/#std-label-atlas-ui-ip-access-list We'll be considering enabling it by default and control via API.
  • Guest
    Jan 19, 2024
    We want to have the ability to apply IP restriction to Atlas UI access as well. Currently the IP Access List in MongoDB Atlas is designed to control access ONLY to database deployment on the network level, however user can still access everything from Atlas UI. This inconsistence brings security concerns, and also make public chart/dashboard unusable -- as it make charts public to the whole world instead of organization wise "public"
  • Guest
    Jun 1, 2023
    This seems to be available currently if you submit a support ticket to have it enabled for your organization: https://www.mongodb.com/docs/atlas/tutorial/manage-organizations/#std-label-atlas-ui-ip-access-list It would be great to have this available via default though, without having to work through mongo support which I assume is what this request is about. Since this request is listed as started and not completed, can someone from Mongo confirm that this will enable the whitelist for users to enable and configure on their own (and hopefully control via api and the terraform provider)?
  • Guest
    May 23, 2023
    This is important from a compliance prospective as well, preventing users from accessing production data not over a VPN or On Site can cause issues. We do currently have implemented SSO but its just another check box we come across from time to time with our clients.
  • Guest
    May 12, 2020
    Hi Robbie, Typically the way you can address this use case is to federate your identity to your internal identity provider via SAML for SSO: This allows you to offload the authentication requirements (whether MFA or other rules) to your own identity system (like Okta, OneLogin, Ping, or AzureAD). Please see https://docs.atlas.mongodb.com/security/federated-authentication/ Cheers -Andrew