I required ip address of my server for MongoDB Atlas whitelist. I don’t see it in control panel.
I’ve tried:
from requests import get
ip = get('https://api.ipify.org').text
print('My public IP address is:', ip)
This 2 methods returns 2 differences ip address. Unfortunately, neither of them doesn’t work with Atlas MongoDB.
P.S. My app is in docker file.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi michaldev,
We currently don’t provide external IP addresses for apps in App Platform.
To use MongoDB Atlas with App Platform today, you’ll have to add the CIDR block 0.0.0.0/0 to your access list entries in MongoDB Atlas. Make sure that you have strong credentials, since this will allow access from anywhere.
Best, Moises
I concur and would like a way of pointing at the IP of my app for the purposes of DNS direction
DigitalOcean, what’s the story here?