-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsonarqube-production.json
More file actions
40 lines (33 loc) · 980 Bytes
/
sonarqube-production.json
File metadata and controls
40 lines (33 loc) · 980 Bytes
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
{
"stackName": "SonarQube-Production",
"applicationId": "sonarqube",
"applicationName": "SonarQube",
"description": "Production SonarQube code quality server",
"environment": "production",
"runtime": "ec2",
"securityProfile": "production",
"topology": "application-service",
"domain": "example.com",
"subdomain": "sonar",
"enableSsl": true,
"networkMode": "private-with-nat",
"region": "us-east-1",
"authMode": "alb-oidc",
"cognitoAutoProvision": true,
"cognitoDomainPrefix": "sonarqube-prod-CHANGEME",
"cognitoMfaEnabled": true,
"cognitoMfaMethod": "totp",
"instanceType": "t3.medium",
"minInstanceCapacity": 1,
"maxInstanceCapacity": 2,
"complianceFrameworks": "SOC2",
"scopeConfigRulesToDeployment": false,
"awsConfigEnabled": true,
"guardDutyEnabled": true,
"wafEnabled": true,
"albAccessLogging": true,
"enableMonitoring": true,
"enableEncryption": true,
"logRetentionDays": "730",
"retainStorage": true
}