Discussion:
[mongodb-user] compass read only mode
davidmo
2018-11-28 19:30:58 UTC
Permalink
hi all. version 3.0.7 (soon to be 3.6.8) on linux

how does compass read only enforce read only with

authentication turned off ?

thanks
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/c4eee7b5-35f2-4656-aff1-abe94a8ea9f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Stephen Steneker' via mongodb-user
2018-12-03 06:36:59 UTC
Permalink
Post by davidmo
hi all. version 3.0.7 (soon to be 3.6.8) on linux
how does compass read only enforce read only with
authentication turned off ?
Hi,

I assume you are referring to MongoDB Compass Readonly Edition
<https://docs.mongodb.com/compass/master/#compass-readonly-edition>. Rather
than relying solely on user permissions, this edition of Compass takes the
further step of removing Compass UI actions associated with inserting or
modifying data. For example, actions like "Create Collection", "Insert
Document", and "Edit Document" are not available.

You can further manage access based on user permissions and roles. I would
recommend always having authentication enabled, as well as implementing
other measures in the MongoDB Security Checklist
<https://docs.mongodb.com/manual/administration/security-checklist/>.

Regards,
Stennie
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.

For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/e375175e-2092-431e-9476-674ef5dfd51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...