Closed julian-hecker closed 1 month ago
The foreign table does not provide Row Level Security, so it is not advised to expose them via API (client sdk) access. The Wrappers Docs explained this in details and provided security definer function
as an alternative solution.
Bug report
Describe the bug
Cannot query data from the Stripe FDW using client sdk. I have tried several different ways but have not managed to do this successfully. Not even using the service role key.
To Reproduce
I have also reproduced the issue this way:
stripe
.Expected behavior
I expected to be able to query the data that is visible in the public schema. I am trying to use stripe to store product data which should be visible to customers.
Related Issues