[DOCS-13779] [Realm] Document the IPs of the Realm Application Servers for API Whitelisting Created: 21/Jul/20  Updated: 29/Oct/23  Resolved: 16/Aug/21

Status: Closed
Project: Documentation
Component/s: API, Realm
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Minor - P4
Reporter: Brian Leonard Assignee: Sumedha Mehta (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:
Days since reply: 2 years, 25 weeks, 2 days ago

 Description   

Description

Users making Atlas API calls from Realm need to whitelist the Realm Server IPs for their API key. These IP addresses are documented internally, but not externally.

As a workaround users need to create a realm project and use the Atlas API to get the list of IPs Realm has whitelisted for their Atlas cluster. 

curl --user mofjrwdc:27ce-46c4-8957-XXXXXXXXXXXX' --digest --header 'Accept: application/json' --request GET 'https://cloud.mongodb.com/api/atlas/v1.0/groups/{project id}/whitelist' | json_qq

 

  "results" : [

      {

         "groupId" : "5de95821c56c981f64ee3658",

         "cidrBlock" : "54.76.145.131/32",

         "comment" : "For MongoDB Stitch; do not delete",

         "links" : [

            

{                "href" : "https://cloud.mongodb.com/api/atlas/v1.0/groups/5de95821c56c981f64ee3658/whitelist/54.76.145.131%2F32",                "rel" : "self"             }

It would be preferred if we just documented the list.

Scope of changes

Impact to Other Docs

MVP (Work and Date)

Resources (Scope or Design Docs, Invision, etc.)



 Comments   
Comment by Sumedha Mehta (Inactive) [ 16/Aug/21 ]

This has been done here - https://docs.mongodb.com/realm/security/#firewall-configuration

 

 

Generated at Thu Feb 08 08:08:42 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.