AWS neptune documentation change
Summary
Removed example IAM policy JSON for OpenSearch access permissions
Security assessment
Deletion of example IAM policy does not address a security flaw but removes documentation of required permissions. No security implications indicated.
Diff
diff --git a/neptune/latest/userguide/full-text-search-fgac.md b/neptune/latest/userguide/full-text-search-fgac.md index 43bba55ca..f1fc653f9 100644 --- a//neptune/latest/userguide/full-text-search-fgac.md +++ b//neptune/latest/userguide/full-text-search-fgac.md @@ -11,24 +10,0 @@ The IAM entity (User or Role) used for connecting to the Neptune database should -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "AllowFullTextSearchAccess", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::111122223333:root" - }, - "Action": "es:*", - "Resource": "arn:aws:es:us-east-1:111122223333:es-resource-id/*" - } - ] - } - - -