AWS dms documentation change
Summary
Removed Secrets Manager IAM policy example for Kerberos authentication
Security assessment
Policy example removal affects secret management documentation but doesn't address a specific security issue. Kerberos configuration is security-related but change is documentation cleanup.
Diff
diff --git a/dms/latest/userguide/CHAP_Security.Kerberos.md b/dms/latest/userguide/CHAP_Security.Kerberos.md index 537b4131f..2d8ef077d 100644 --- a//dms/latest/userguide/CHAP_Security.Kerberos.md +++ b//dms/latest/userguide/CHAP_Security.Kerberos.md @@ -74,24 +73,0 @@ The following example shows an IAM role policy with the Secrets Manager `GetSecr -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "secretsmanager:GetSecretValue", - "secretsmanager:DescribeSecret" - ], - "Resource": [ - "keycache_secretsmanager_arn>" - ] - } - ] - } - -