AWS rosa documentation change
Summary
Adjusted IAM policy JSON structure in example (removed redundant Sid/Effect lines, reordered statements)
Security assessment
Restructured IAM policy example for clarity. While IAM policies are security-related, there is no indication this fixes a security flaw. The change improves security documentation accuracy.
Diff
diff --git a/rosa/latest/userguide/security-iam-id-based-policy-examples.md b/rosa/latest/userguide/security-iam-id-based-policy-examples.md index 2b98623d6..7af7c6ac0 100644 --- a//rosa/latest/userguide/security-iam-id-based-policy-examples.md +++ b//rosa/latest/userguide/security-iam-id-based-policy-examples.md @@ -44,2 +43,0 @@ This example shows how you might create a policy that allows IAM users to view t - "Sid": "ViewOwnUserInfo", - "Effect": "Allow", @@ -52,0 +51 @@ This example shows how you might create a policy that allows IAM users to view t + "Effect": "Allow", @@ -56,2 +54,0 @@ This example shows how you might create a policy that allows IAM users to view t - "Sid": "NavigateInConsole", - "Effect": "Allow", @@ -67,0 +65 @@ This example shows how you might create a policy that allows IAM users to view t + "Effect": "Allow",