forked from aws-quickstart/quickstart-duo-mfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
35 lines (35 loc) · 923 Bytes
/
.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
project:
name: quickstart-duo-mfa
owner: [email protected]
shorten_stack_name: true
package_lambda: false
regions:
- ap-northeast-1
- ap-south-1
- ap-southeast-1
- ca-central-1
- eu-central-1
- eu-west-1
- us-east-1
- us-east-2
- us-west-2
s3_bucket: ''
tests:
duomfa:
parameters:
AvailabilityZones: $[taskcat_genaz_2]
DuoApiHostName: override
DuoIntegrationKey: override
DuoSecretKey: override
RadiusProxyServerCount: 2
RadiusPortNumber: 1812
DomainDNSName: example.com
DomainNetBIOSName: EXAMPLE
DomainAdminPassword: $[taskcat_genpass_16]
KeyPairName: $[taskcat_getkeypair]
NotificationEmail: [email protected]
QSS3BucketRegion: $[taskcat_current_region]
QSS3BucketName: $[taskcat_autobucket]
regions:
- us-east-1
template: templates/duo-proxy-fargate-main.template.yaml