Sign In Register

How can we help you today?

Start a new topic
Answered

Read-only access to NoSQL Rest API

Is there a way to restrict a user to read-only access for the rest api?

We want to have a small tool to do some analytics, but for security it would be much better to not let that tool be able to 'update' or 'drop' collections.



Best Answer

Hi Baris,


If you assign a user to a Group as described here you'll be able to achieve this. Giving the Group read only access to NoSql will also extend to the REST API so they will only be able to read the data.


Regards,

Liam


Answer

Hi Baris,


If you assign a user to a Group as described here you'll be able to achieve this. Giving the Group read only access to NoSql will also extend to the REST API so they will only be able to read the data.


Regards,

Liam

I think this didn't work in the past? Anyway, I tried now and works perfectly, thanks.

Login to post a comment