AWS lake-formation low security documentation change
Summary
Fixed typo in IAM permission name (lakeformarion -> lakeformation)
Security assessment
Corrects critical IAM permission name which could lead to failed policy implementations if copied incorrectly, potentially affecting access control
Diff
diff --git a/lake-formation/latest/dg/viewing-permissions.md b/lake-formation/latest/dg/viewing-permissions.md index 517a71108..a219d5cef 100644 --- a//lake-formation/latest/dg/viewing-permissions.md +++ b//lake-formation/latest/dg/viewing-permissions.md @@ -15 +15 @@ If you're not a database administrator or resource owner, you can view permissio -In addition to the required Lake Formation permissions, you need the AWS Identity and Access Management (IAM) permissions `glue:GetDatabases`, `glue:GetDatabase`, `glue:GetTables`, `glue:GetTable`, and `lakeformarion:ListPermissions`. +In addition to the required Lake Formation permissions, you need the AWS Identity and Access Management (IAM) permissions `glue:GetDatabases`, `glue:GetDatabase`, `glue:GetTables`, `glue:GetTable`, and `lakeformation:ListPermissions`.