Read action return forbidden instead of filtering
I have a resource, looking like
Now, I am doing a query
I had expected this to return
In the error, I can see that the action is a filter:
I have no clue why it gave a forbidden. Can someone help me with this (perhaps even suggesting what to look for?)
Now, I am doing a query
I had expected this to return
[], as my_user cannot see any of the current values, due to the policies. However, I am getting a forbidden:In the error, I can see that the action is a filter:
I have no clue why it gave a forbidden. Can someone help me with this (perhaps even suggesting what to look for?)

Ash