Hi
We’ve enabled recently the row level security on my PSQL DB and we’ve created two policies: one which depends on our tenant_id and the second one which bypass the row level security.
We want to add the bypass policy to our Forest Admin so we can see/create/update/delete our data.
We thought about encapsulate all calls inside a transaction but we didn’t find how to do it.
Feature(s) impacted
All models are not anymore visible
Observed behavior
Models are not visible and we are not able to edit/create/delete data.
Expected behavior
Possibility to edit / create / update data.
Context
- Project name: Topo
- Team name: Topo
- Environment name: Staging
- Agent (forest package) name & version:
"@forestadmin/agent": "1.7.1",
"@forestadmin/datasource-sql": "1.2.0",
- Database type: Postgres
Thanks in advance!