Skip to content

Commit ee43b63

Browse files
authored
Merge pull request #61 from Optum/hotfix/iam-cloudwatch-logs
PrincipalPolicy: Allow full access to CloudWatch Logs
2 parents 58d84e3 + 1583e4a commit ee43b63

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.18.1
2+
3+
- Fix IAM policy for DCE principal, to allow full access to CloudWatch logs
4+
15
## v0.18.0
26

37
- Minor fixes to `scripts/deploy_local/deploy_local_build.sh` for options to be recognized.

modules/fixtures/policies/redbox_principal_policy.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"kms:*",
120120
"kinesis:*",
121121
"lambda:*",
122+
"logs:*",
122123
"mq:*",
123124
"machinelearning:*",
124125
"mediaconvert:*",

pipelines/test-and-create-pr-env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ trigger:
1414
# Run builds for PRs against `master`
1515
pr:
1616
- master
17+
- release/*
1718

1819
steps:
1920
# Setup Python

0 commit comments

Comments
 (0)