Can't 'Retrieve' a node from a remote site using the REST server unless the 'Bypass content access control' permission is granted to the user which obviously messes up the rest of the content access scheme. As soon as tac_lite is disabled I can retrieve the node again.

I'm pretty sure I've got tac_lite correctly set up and works as it should when accessing the site as usual. The content type has no taxonomy and can be viewed as you'd expect on the actual site.

Creating nodes works as expected over REST, not tested update or delete.

Comments

Dave Cohen’s picture

Category: bug » support

Since you say it works as expected when browsing the site, I'm not convinced there's a bug in tac_lite. Maybe one in the module(s) responsible for the REST server?

Maybe try reporting the issue to that module? It might have the same problem with all node_access modules. You could try devel_node_access.module (see devel project) to see exactly what the node_access table has to say about that node.