Security with MongoDB when remote

Hi All,

when setting up openhab cloud, and putting the mongo database on another host, they recommend security both in the form of UFW rules, security groups if using AWS and then creating a username in mongo.
This is all fine, however, you create an admin user in the openhab database, normal users of the openhab cloud cant login.

Is there some kind of generic role/user to allows those people with accounts to login that I’m missing?

I’ve managed to export my openhab cloud database, import it into a dedicated mongo db host and then modify the config.json to point to this mongo host, but a user cant login.

This really isnt documented on github, which is fine, just wondering if anyone knew?

Cheers