Skip to content

Commit

Permalink
Update to the principal IAM policy (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanandagit authored Nov 18, 2020
1 parent feb3fe8 commit bb80d2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.33.3
- Remove apigatewayv2 from the principal IAM policy.
- Update to the principal IAM policy name lex-models.

## v0.33.2
- Add to the principal IAM policy:
- apigatewayv2
Expand Down
3 changes: 1 addition & 2 deletions docs/iam-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Implementing DCE in an AWS Organization provides the ability to use SCPs, which
"acm:*",
"acm-pca:*",
"apigateway:*",
"apigatewayv2:*",
"application-autoscaling:*",
"appstream:*",
"athena:*",
Expand Down Expand Up @@ -144,7 +143,7 @@ Implementing DCE in an AWS Organization provides the ability to use SCPs, which
"kinesisvideo:*",
"kms:*",
"lambda:*",
"lex-models:*",
"lex:*",
"lightsail:*",
"logs:*",
"machinelearning:*",
Expand Down
3 changes: 1 addition & 2 deletions docs/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Implementing DCE in an AWS Organization provides the ability to use SCPs, which
"acm:*",
"acm-pca:*",
"apigateway:*",
"apigatewayv2:*",
"application-autoscaling:*",
"appstream:*",
"athena:*",
Expand Down Expand Up @@ -111,7 +110,7 @@ Implementing DCE in an AWS Organization provides the ability to use SCPs, which
"kinesisvideo:*",
"kms:*",
"lambda:*",
"lex-models:*",
"lex:*",
"lightsail:*",
"logs:*",
"machinelearning:*",
Expand Down
3 changes: 1 addition & 2 deletions modules/fixtures/policies/principal_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"acm:*",
"acm-pca:*",
"apigateway:*",
"apigatewayv2:*",
"application-autoscaling:*",
"appstream:*",
"athena:*",
Expand Down Expand Up @@ -128,7 +127,7 @@
"kinesisvideo:*",
"kms:*",
"lambda:*",
"lex-models:*",
"lex:*",
"lightsail:*",
"logs:*",
"machinelearning:*",
Expand Down

0 comments on commit bb80d2f

Please sign in to comment.