Skip to content

Commit 1e6e60e

Browse files
committed
docs(SDB): update
1 parent 6c4c658 commit 1e6e60e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

serverless/sql-databases/api-cli/postgrest-row-level-security.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,7 @@ Due to connection pooling, Serverless SQL Databases currently only support trans
129129
Your new application can now only access a specific subset of rows based on its permissions using transaction-scoped settings.
130130

131131
<Message type="tip">
132-
You can change your JWT payload data with `"user_type": "role_admin"` and see that only another set of rows will be displayed. You can go further by adding fields or values to filter, and edit your policy to filter on a more complex set of rules. Refer to the [official PostgREST](https://docs.postgrest.org/en/v12/explanations/db_authz.html) documentation for more information.
132+
You can change your JWT payload data with `"user_type": "role_admin"` and see that only another set of rows will be displayed.
133+
134+
To go further, try adding fields or values to filter, and edit your policy to filter and give your policy a more complex set of rules. Refer to the [official PostgREST](https://docs.postgrest.org/en/v12/explanations/db_authz.html) documentation for more information.
133135
</Message>

0 commit comments

Comments
 (0)