I have created role with read access and assign it to user. The user is able to extract data from MongoDB Compass who is having only read access. How I can stop extraction access of these role?
Asked
Active
Viewed 112 times
0
-
Simply revoke the read access. Your question does not make much sense. A read role grants permission to read data (what else?), so why do you want to restrict reading the data? – Wernfried Domscheit Apr 23 '22 at 13:00
-
2Extraction and reading are the same... – nimrod serok Apr 23 '22 at 14:05