Skip to content

Commit

Permalink
Update integrity.tf to allow the deploy user to delete log stream and…
Browse files Browse the repository at this point in the history
… group. (#1215)

Update integrity.tf to allow the deploy user to delete log stream and group.
  • Loading branch information
jdsmithit authored Dec 4, 2023
1 parent abf0d69 commit 0245565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/org-policies/integrity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ data "aws_iam_policy_document" "integrity" {
values = [
"arn:aws:iam::*:role/EKSAdmin",
"arn:aws:iam::*:role/OrgRole",
"arn:aws:iam::*:user/Deploy",
]
variable = "aws:PrincipalArn"
}
Expand Down Expand Up @@ -81,4 +82,4 @@ data "aws_iam_policy_document" "integrity" {
variable = "aws:PrincipalArn"
}
}
}
}

0 comments on commit 0245565

Please sign in to comment.