Hello!
Has anyone ever successfully integrated with MongoDB via Data Connections? I have posted about this a few times in the past, but still haven’t been able to get a secure connection with MongoDB across any of my projects. I have a dedicated cluster, and have had no problem accessing it via mongosh on my machine. Additionally, I have whitelisted all IPs to simplify connections. I have tried JDBC drivers, tried installing MongoDriver, but at this point am unsure why establishing a connection between MongoDB and Foundry isn’t as simple as dropping the MongoDB URI and plugging in the right credentials.
Thanks!