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
If a role has permission to readCollection as allowed but readRecords as denied, when you do a get collection, it still returns the records, even though it is denied cause readCollection returns the whole collection object including records.
Similarly if readDatabase is allowed but readCollection is denied, doing a readDatabase would return all collections, as whole database object is returned.
Need to fix
The text was updated successfully, but these errors were encountered:
If a role has permission to readCollection as allowed but readRecords as denied, when you do a get collection, it still returns the records, even though it is denied cause readCollection returns the whole collection object including records.
Similarly if readDatabase is allowed but readCollection is denied, doing a readDatabase would return all collections, as whole database object is returned.
Need to fix
The text was updated successfully, but these errors were encountered: