Hi,
The requirement is: for the Baas portal, to create a read only admin who can just query the data on collection and not edit or delete them.
Just say for example for internal auditing processes need to create users who can just do a read only operations.
Since there was no documentation available as how to create a read only admin user.
Could you please recommend any suggestion or workaround on this requirement.
BR, Suraj
Answer by Sai Saran Vaidyanathan
·
Oct 25, 2017 at 05:55 AM
HI @asurajpai
BaaS custom role can help you create new roles and provide access. For your use case, you can define a new custom role and then provide permissions only to the GET method for your collections. Check this link for more info
The users that are created using /users collection will not have access to Baas UI portal. They can only access the collections with user grid APIs.
The query is to get access to Baas UI Portal as read-only administrator.
Please suggest us a solution or a workaround for this problem.
BR, Suraj
Thanks for clarifying. I don't think that option is available
@Mike Dunker - any inputs ?
Hi @Sai Saran Vaidyanathan, thank you for the reply.
@Mike Dunker can you please let know for any possibility to create a read only BAAS admin who can just query the data on collection and not edit or delete them.