-
Notifications
You must be signed in to change notification settings - Fork 1
/
.taskcat.yml
50 lines (48 loc) · 1.54 KB
/
.taskcat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
project:
name: cfn-abi-deepwatch-mdr
owner: [email protected]
package_lambda: false
shorten_stack_name: true
s3_regional_buckets: false
regions:
- us-east-1
tests:
logging-top-level:
regions:
- us-east-1
template: templates/deepwatch-root-stack.yaml
parameters:
pSRASourceS3BucketName: $[taskcat_autobucket]
pSRAS3BucketRegion: us-east-1
pAutoEnableS3Logs: 'true'
pAutoEnableKubernetesAuditLogs: 'false'
pAutoEnableMalwareProtection: 'false'
pDeepwatchRoleName: 'deepwatch-mdr-role'
pEnableLambdaDataEvents: 'false'
pEnableS3DataEvents: 'true'
pDisableGuardDuty: 'Yes'
logging-top-level-defaults:
regions:
- us-east-1
template: templates/deepwatch-root-stack.yaml
parameters:
pSRASourceS3BucketName: $[taskcat_autobucket]
pDisableGuardDuty: 'Yes'
logging-top-level-nonct:
regions:
- us-east-1
template: templates/deepwatch-root-stack.yaml
parameters:
pSRASourceS3BucketName: $[taskcat_autobucket]
pSRAS3BucketRegion: us-east-1
pAutoEnableS3Logs: 'true'
pAutoEnableKubernetesAuditLogs: 'false'
pAutoEnableMalwareProtection: 'false'
pDeepwatchRoleName: 'deepwatch-mdr-role'
pEnableLambdaDataEvents: 'false'
pEnableS3DataEvents: 'true'
pDisableGuardDuty: 'Yes'
pControlTower: 'false'
pLogArchiveAccountId: $[taskcat_ssm_/nonct/log-archive-account-id]
pSecurityAccountId: $[taskcat_ssm_/nonct/audit-account-id]
pGovernedRegions: 'us-east-1,us-east-2'