Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## next
- Added support for AWS Managed Workflows for Apache Airflow to default policy

## v0.33.8
- Upgrade the Swagger UI dependency to remove a very dangerous vulnerability (upgrade Swagger UI to v3.51.2).

Expand Down
1 change: 1 addition & 0 deletions docs/iam-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Implementing DCE in an AWS Organization provides the ability to use SCPs, which
"NotAction": [
"acm:*",
"acm-pca:*",
"airflow:*",
"apigateway:*",
"application-autoscaling:*",
"appstream:*",
Expand Down
1 change: 1 addition & 0 deletions docs/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Implementing DCE in an AWS Organization provides the ability to use SCPs, which
"NotAction": [
"acm:*",
"acm-pca:*",
"airflow:*",
"apigateway:*",
"application-autoscaling:*",
"appstream:*",
Expand Down
1 change: 1 addition & 0 deletions modules/fixtures/policies/principal_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"Action": [
"acm:*",
"acm-pca:*",
"airflow:*",
"apigateway:*",
"application-autoscaling:*",
"appstream:*",
Expand Down