You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I start up mongo and restheart I can only see the "acl" and "users" Endpoints when I curl localhost:8080
However, I do not seem to be able to get restheart to show existing databases and collections in my MongoDb.
When I call localhost:8080/db it tells me the collection does not exist - even though there is a database db in mongo which the admin user can access (as configured above).
Restheart seems to shows me only the collections in the "restheart" database it created.
I already tried setting an ACL with all db access in the restheart acl collecition - and in Mongo, the admin user has all rights on all databases.
What am I misconfiguring?
Thank you
Thomas
The text was updated successfully, but these errors were encountered:
Thank you @mkjsix - I sort of figured out last night how to use the /mongo/mongo-mounts array and it worked - hope this answer will help other people - you have to dig a bit in the docs to figure it out :)
Hi all,
I have set up restheart to connect to mongo using via Docker:
/mclient/connection-string->"mongodb://admin:password@mongodb:27017/?authSource=admin";
Once I start up mongo and restheart I can only see the "acl" and "users" Endpoints when I curl localhost:8080
However, I do not seem to be able to get restheart to show existing databases and collections in my MongoDb.
When I call localhost:8080/db it tells me the collection does not exist - even though there is a database db in mongo which the admin user can access (as configured above).
Restheart seems to shows me only the collections in the "restheart" database it created.
I already tried setting an ACL with all db access in the restheart acl collecition - and in Mongo, the admin user has all rights on all databases.
What am I misconfiguring?
Thank you
Thomas
The text was updated successfully, but these errors were encountered: