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
The ACL is actually set correctly as far as parse-server is concerned but not parse.com, e.g. viewing the data browser shows the user as Public Read, TYy7EUpRtP
Attempting to get the user with the user's own session token succeeds:
We also experienced this issue. Not really sure if the "_acl" property in db is deprecated or something. When viewing the ACLs in the open-source-dashboard it displays them correctly (meaning that parse-server must calculate them from "_wperm" and "_rperm"), but for the hosted dashboard (https://dashboard.parse.com), the ACLs are wrong (meaning that they must read the "_acl" property).
Issue Description
Create a user:
User is created with following data in db. Note the _rperm and _acl are public read
Set the ACL to just the user, i.e. remove public read:
User data now looks like the following.
Note that _rperm is correct and loses the * access, but _acl * still has r:true
Get the user again, parse-server thinks that the ACL has been changed:
The ACL is actually set correctly as far as parse-server is concerned but not parse.com, e.g. viewing the data browser shows the user as
Public Read, TYy7EUpRtP
Attempting to get the user with the user's own session token succeeds:
Using user b session token does not succeed as expected:
Verbose log of the PUT ACL
Environment Setup
The text was updated successfully, but these errors were encountered: