AWS redshift documentation change
Summary
Updated example to clarify RLS policy application to specific roles
Security assessment
Improves documentation for Row-Level Security (RLS) features but does not indicate a security fix. Enhances clarity around security controls without addressing vulnerabilities.
Diff
diff --git a/redshift/latest/dg/r_ATTACH_RLS_POLICY.md b/redshift/latest/dg/r_ATTACH_RLS_POLICY.md index 6d4f48ef7..d703f2ae6 100644 --- a//redshift/latest/dg/r_ATTACH_RLS_POLICY.md +++ b//redshift/latest/dg/r_ATTACH_RLS_POLICY.md @@ -75 +75 @@ When working with the ATTACH RLS POLICY statement, observe the following: -The following example attaches a policy on a table to a role. +The following example attaches an RLS policy to the specified table and role combinations. The RLS policy applies to any users with the role of `analyst` or `dbadmin` when they access the tickit_category_redshift table.