aws-lambda-dotnet icon indicating copy to clipboard operation
aws-lambda-dotnet copied to clipboard

APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement missing Condition element

Open hauntingEcho opened this issue 4 years ago • 8 comments

IAMPolicyStatement in APIGatewayCustomAuthorizerPolicy is missing the Condition element, as described in the IAM user guide.

hauntingEcho avatar Feb 26 '20 17:02 hauntingEcho

That it is. Thank you.

klaytaybai avatar Feb 27 '20 18:02 klaytaybai

We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.

github-actions[bot] avatar Aug 12 '22 00:08 github-actions[bot]

This is still an issue

hauntingEcho avatar Aug 12 '22 00:08 hauntingEcho

Still not there.

If you inherit from these classes and add the missing Condition in your new class, producing a valid policy document, does the Gateway simply accept a valid policy statements with Conditions ?

yofitec avatar Oct 20 '22 05:10 yofitec

POCO update, should be a quick fix.

ashishdhingra avatar Dec 14 '22 18:12 ashishdhingra