-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.sample
More file actions
39 lines (39 loc) · 1.32 KB
/
config.json.sample
File metadata and controls
39 lines (39 loc) · 1.32 KB
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
# This is still a work in progress, you need to replace values to your own and properly configure the security groups and IAM rights. We will update the template as the code improves. Delete this line and renamce the file to config.json.
{
"aws": {
"AccessKey": "your access key",
"SecretKey": "your secret key",
"DefaultRegion": "us-west-2",
"RegionSettings": {
"us-west-1":{
"QuarantineSecurityGroup": "sg-xxx",
"AnalysisSecurityGroup": "sg-xxx",
"SSHKey": "host key",
"User": "ec2-user **replace if you want, this is amazon Linux default user**",
"AMI": "ami-ccf297fc **replace if you want, this is amazon Linux AMI**"
},
"us-west-1":{
"QuarantineSecurityGroup": "sg-xxx",
"AnalysisSecurityGroup": "sg-xxx",
"SSHKey": "host key",
"User": "ec2-user **replace if you want, this is amazon Linux default user**",
"AMI": "ami-ccf297fc **replace**"
}
}
},
"chef": {
"chefserver": "http://your-chef-server-ip:4000",
"clientname": "your client name",
"keylocation": "./client1.pem"
},
"qualys": {
"username": "your-username",
"password": "your-password",
"scanner_IP": "your qualys virtual scanner IP"
},
"cloudpassage": {
"id": "halo API id",
"secret": "secret",
"VA_scanner_zone": "the zone (in CIDR) of your qualys scanner. Must be set as a Halo IP zone"
}
}