Skip to content

Commit

Permalink
revert glacier
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzhangjjzhang committed Dec 13, 2023
1 parent 2e01c62 commit 0853e77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The audit policy is comprised of the following permissions:
| SSO | sso:DescribeAccountAssignmentDeletionStatus | * |
| | sso:DescribeInstanceAccessControlAttributeConfiguration | |
| | sso:GetInlinePolicyForPermissionSet | |
| GLACIER | glacier:ListTagsForVault | * |
| APIGATEWAY | apigateway:GET | arn:aws:apigateway:*::/apikeys/* | |
| WAFREGIONAL | waf-regional:ListRules | * |
| | waf-regional:GetRule | |
Expand Down
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
resources = ["arn:aws:apigateway:*::/apikeys/*"]
}

statement {
sid = "GLACIER"
actions = ["glacier:ListTagsForVault"]
resources = ["*"]
}

statement {
sid = "WAFREGIONAL"
actions = ["waf-regional:ListRules",
Expand Down

0 comments on commit 0853e77

Please sign in to comment.