File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -163,4 +163,8 @@ The audit policy is comprised of the following permissions:
163
163
| | backup: DescribeProtectedResource | |
164
164
| | backup: ListRecoveryPointsByResource | |
165
165
| | backup: ListReportPlans | |
166
- | | backup: ListRestoreJobs | |
166
+ | | backup: ListRestoreJobs | |
167
+ | COGNITO-IDP | cognito-idp: GetSigningCertificate | |
168
+ | | cognito-idp: GetCSVHeader | |
169
+ | | cognito-idp: GetUserPoolMfaConfig | |
170
+ | | cognito-idp: GetUICustomization | |
Original file line number Diff line number Diff line change @@ -210,6 +210,16 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
210
210
]
211
211
resources = [" *" ]
212
212
}
213
+
214
+ statement {
215
+ sid = " COGNITOIDP"
216
+ actions = [" cognito-idp:GetSigningCertificate" ,
217
+ " cognito-idp:GetCSVHeader" ,
218
+ " cognito-idp:GetUserPoolMfaConfig" ,
219
+ " cognito-idp:GetUICustomization" ,
220
+ ]
221
+ resources = [" *" ]
222
+ }
213
223
}
214
224
215
225
resource "aws_iam_policy" "lacework_audit_policy" {
You can’t perform that action at this time.
0 commit comments