Skip to content

Commit a27d785

Browse files
committed
docs(SDB): update
1 parent 28709b1 commit a27d785

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

menu/navigation.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3949,6 +3949,10 @@
39493949
"label": "Manage user permissions for Serverless SQL Databases",
39503950
"slug": "manage-permissions"
39513951
},
3952+
{
3953+
"label": "Use Row Level Security on a database",
3954+
"slug": "use-row-level-security"
3955+
},
39523956
{
39533957
"label": "Edit a Serverless SQL Database's autoscaling",
39543958
"slug": "configure-autoscaling"
@@ -5333,4 +5337,4 @@
53335337
],
53345338
"label": "Additional Services"
53355339
}
5336-
]
5340+
]

serverless/sql-databases/how-to/use-row-level-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- serverless
1414
---
1515

16-
Row-Level Security is a database security mechanism that allows access only to specific rows of a table to a user.
16+
Row-Level Security is a database security mechanism that allows access only to specific rows of a table based on a user's role or permissions.
1717

1818
Row Level Security can be actived with Serverless SQL Database for a maximum 2 different roles having both read and write permissions. This can be used to restrict access to a subset of users with frameworks or tools such as [PostgREST](https://docs.postgrest.org/en/v12/).
1919
This requires setting up different [IAM permissions sets](/identity-and-access-management/iam/reference-content/permission-sets/) for each role (**ServerlessSQLDatabaseFullAccess** or **ServerlessSQLDatabaseReadWrite** for one role, and **ServerlessSQLDatabaseDataReadWrite** for the other).

0 commit comments

Comments
 (0)