AWS vpc-lattice documentation change
Summary
Removed JSON example of auth policy with request method condition
Security assessment
The deleted content was an authentication policy example but there's no indication of security flaws being fixed. Removal likely part of general documentation maintenance.
Diff
diff --git a/vpc-lattice/latest/ug/auth-policies.md b/vpc-lattice/latest/ug/auth-policies.md index 75804e1e4..2d679a5a4 100644 --- a//vpc-lattice/latest/ug/auth-policies.md +++ b//vpc-lattice/latest/ug/auth-policies.md @@ -386,31 +385,0 @@ The following auth policy example grants permissions to any authenticated reques -JSON - - -**** - - - - { - "Version":"2012-10-17", - "Statement":[ - { - "Effect": "Allow", - "Principal": { - "AWS": [ - "arn:aws:iam::123456789012:role/rates-client" - ] - }, - "Action": "vpc-lattice-svcs:Invoke", - "Resource": [ - "arn:aws:vpc-lattice:us-west-2:123456789012:service/svc-0123456789abcdef0/*" - ], - "Condition": { - "StringEquals": { - "vpc-lattice-svcs:RequestMethod": "GET" - } - } - } - ] - } - -