AWS secretsmanager documentation change
Summary
Updated example ARNs with specific account IDs and regions
Security assessment
The changes improve example accuracy but don't modify security controls or address vulnerabilities.
Diff
diff --git a/secretsmanager/latest/userguide/auth-and-access_examples_cross.md b/secretsmanager/latest/userguide/auth-and-access_examples_cross.md index 3fd3b39b3..b0b4ceda7 100644 --- a//secretsmanager/latest/userguide/auth-and-access_examples_cross.md +++ b//secretsmanager/latest/userguide/auth-and-access_examples_cross.md @@ -80 +80 @@ JSON - "AWS": "arn:aws:iam::Account2:role/ApplicationRole" + "AWS": "arn:aws:iam::111122223333:role/ApplicationRole" @@ -132 +132 @@ JSON - "Resource": "arn:aws:kms:Region:Account1:key/EncryptionKey" + "Resource": "arn:aws:kms:us-east-1:Account1:key/EncryptionKey"