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 have Role class with read-only CLP and objects in it with Master Key Only ACL.
I have class A (read/write CLP) on which I want to do live queries, it's objects are protected by ACLs giving a read-only access to a particular role. Then I subscribe for live query from iOS SDK with a user which has the correct role for the given object. When I change objects the live query events are not fired back to iOS. Whenever I change the ACL of the corresponding role from Master Key Only to Public Read the iOS starts receiving live query events.
I would expect that live query server will have master key access to Role table, I wonder if this is by design and I have to open Role table for live queries to work.
I am using back4app service for hosting parse server, will not be able to fill out all the data below
Server
parse-server version: 2.3.3
Operating System: N/A
Hardware: N/A
Localhost or remote server?: AWS, if not mistaken
Database
MongoDB version: N/A
Storage engine: N/A
Hardware: N/A
Localhost or remote server?: AWS, if not mistaken
The text was updated successfully, but these errors were encountered:
frangulyan
changed the title
Live queries not fired for objects with Role ACL protection
Live queries not fired for objects with Role ACL protection when _Role objects are not publicly open
Nov 1, 2017
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
I have Role class with read-only CLP and objects in it with Master Key Only ACL.
I have class A (read/write CLP) on which I want to do live queries, it's objects are protected by ACLs giving a read-only access to a particular role. Then I subscribe for live query from iOS SDK with a user which has the correct role for the given object. When I change objects the live query events are not fired back to iOS. Whenever I change the ACL of the corresponding role from Master Key Only to Public Read the iOS starts receiving live query events.
I would expect that live query server will have master key access to Role table, I wonder if this is by design and I have to open Role table for live queries to work.
I am using back4app service for hosting parse server, will not be able to fill out all the data below
Server
Database
The text was updated successfully, but these errors were encountered: