AWS opensearch-service documentation change
Summary
Removed Secrets Manager policy example for Atlassian client configuration
Security assessment
Deletion of secret management policy reduces documentation about secure credential handling but doesn't indicate a security fix. Impacts guidance for least-privilege secrets access.
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-atlassian.md b/opensearch-service/latest/developerguide/configure-client-atlassian.md index 772744540..a5dc72e19 100644 --- a//opensearch-service/latest/developerguide/configure-client-atlassian.md +++ b//opensearch-service/latest/developerguide/configure-client-atlassian.md @@ -91,26 +90,0 @@ The role passed in the pipeline must have the following policy attached to read -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "SecretReadWrite", - "Effect": "Allow", - "Action": [ - "secretsmanager:GetResourcePolicy", - "secretsmanager:GetSecretValue", - "secretsmanager:DescribeSecret", - "secretsmanager:PutSecretValue", - "secretsmanager:ListSecretVersionIds" - ], - "Resource": "arn:aws:secretsmanager:us-east-1::secret:secret-name-random-6-characters" - } - ] - } - -