AWS secretsmanager documentation change
Summary
Updated resource ARNs in example policies with specific regions/account IDs
Security assessment
Formatting changes to example policies don't introduce new security concepts or fix vulnerabilities.
Diff
diff --git a/secretsmanager/latest/userguide/auth-and-access_iam-policies.md b/secretsmanager/latest/userguide/auth-and-access_iam-policies.md index 61387e0f8..8b31dfde7 100644 --- a//secretsmanager/latest/userguide/auth-and-access_iam-policies.md +++ b//secretsmanager/latest/userguide/auth-and-access_iam-policies.md @@ -164 +164 @@ JSON - "Resource": "arn:aws:secretsmanager:Region:AccountId:secret:TestEnv/*" + "Resource": "arn:aws:secretsmanager:us-east-1:AccountId:secret:TestEnv/*" @@ -215,2 +215,2 @@ JSON - "arn:aws:secretsmanager:Region:AccountId:secret:a_specific_secret_name-a1b2c3", - "arn:aws:secretsmanager:Region:AccountId:secret:another_secret_name-??????" + "arn:aws:secretsmanager:us-east-1:AccountId:secret:a_specific_secret_name-a1b2c3", + "arn:aws:secretsmanager:us-east-1:AccountId:secret:another_secret_name-??????"