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
I just upgraded from v 3.10.0 to 4.0.0 and to my surprise the Granular CLP pointer permissions#6352 affected any query from unauthenticated clients where the query.where('x', equalTo: POINTER) was used.
I tried to revert back to 3.10.0 but going to 4.0.0 seemed to change the default CLP pointer permissions. And in the Dashboard it's not letting me add direct CLP pointer permissions for some reason.
. HELP
Do I have no other choice but to add CLP pointer permissions to all objects with pointers?
If so, the documentation states like the screenshot below. However, it is unclear to me how and where to add a version of this through iOS, JavaScript, or the Dashboard.
How would the permission for querying with pointers for unauthenticated users be integrated in the classLevelPermission?
OMG I just realized that the issue was not that the query had pointers, it was more that it had includeKeys and the keys to include did have requiresAuthentication: True.
So, the CLP works in waterfall manner, which makes total sense.
ISSUE DESCRIPTION
I just upgraded from v 3.10.0 to 4.0.0 and to my surprise the
Granular CLP pointer permissions
#6352 affected any query from unauthenticated clients where thequery.where('x', equalTo: POINTER)
was used.I tried to revert back to 3.10.0 but going to 4.0.0 seemed to change the default CLP pointer permissions. And in the Dashboard it's not letting me add direct CLP pointer permissions for some reason.
.
HELP
classLevelPermission
?.
REFERENCE
What changed in #6352 :
![Screen Shot 2020-06-17 at 3 40 23 PM](https://user-images.githubusercontent.com/8649137/84957919-17031780-b0b1-11ea-8135-abfb19cde2c0.png)
What the documentation says:
![Screen Shot 2020-06-17 at 3 25 04 PM](https://user-images.githubusercontent.com/8649137/84956799-bb378f00-b0ae-11ea-8957-8a27a8b8c504.png)
![Screen Shot 2020-06-17 at 3 36 01 PM](https://user-images.githubusercontent.com/8649137/84957571-54b37080-b0b0-11ea-8611-b411e22a9ac3.png)
Where I'm stuck:
The text was updated successfully, but these errors were encountered: