-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmytestplan.json
149 lines (149 loc) · 4.06 KB
/
mytestplan.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"gitRevision": "HEAD",
"gitBranch": "master",
"teamId": "59c1d73adaed6a01d6637976",
"links": [
{
"ref": "self",
"method": "GET",
"href": "https://app.cloudcoreo.com/api/planconfigs/59c3526be1a58301b411fe1a"
},
{
"ref": "team",
"method": "GET",
"href": "https://app.cloudcoreo.com/api/teams/59c1d73adaed6a01d6637976"
},
{
"ref": "plan",
"method": "GET",
"href": "https://app.cloudcoreo.com/api/plans/59c352606a38d001c59e668c"
}
],
"variables": {
"AUDIT_AWS_ELB_ALERT_LIST": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": [
"elb-old-ssl-policy",
"elb-current-ssl-policy",
"elb-load-balancers-active-security-groups-list"
],
"description": "Which rules would you like to run? Possible values are elb-inventory elb-old-ssl-policy elb-current-ssl-policy",
"required": false,
"type": "array",
"class": "",
"value": [
"elb-old-ssl-policy",
"elb-current-ssl-policy",
"elb-load-balancers-active-security-groups-list"
]
},
"AUDIT_AWS_ELB_ALERT_RECIPIENT": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": null,
"description": "Enter the email address(es) that will receive notifiers. If more than one, separate each with a comma.",
"required": false,
"type": "string",
"class": "",
"value": null
},
"AUDIT_AWS_ELB_ALLOW_EMPTY": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": false,
"description": "Would you like to receive empty reports? Options - true / false. Default is false.",
"required": true,
"type": "string",
"class": "",
"value": false
},
"AUDIT_AWS_ELB_OWNER_TAG": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": "NOT_A_TAG",
"description": "Enter an AWS tag whose value is an email address of owner of the ELB object. (Optional)",
"required": false,
"type": "string",
"class": "",
"value": "NOT_A_TAG"
},
"AUDIT_AWS_ELB_REGIONS": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": [
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
"ca-central-1",
"ap-south-1",
"ap-northeast-2"
],
"description": "List of AWS regions to check. Default is all regions. Choices are us-east-1,us-east-2,us-west-1,us-west-2,ca-central-1,ap-south-1,ap-northeast-2,ap-southeast-1,ap-southeast-2,ap-northeast-1,eu-central-1,eu-west-1,eu-west-1,sa-east-1",
"required": true,
"type": "array",
"class": "",
"value": [
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
"ca-central-1",
"ap-south-1",
"ap-northeast-2"
]
},
"AUDIT_AWS_ELB_S3_NOTIFICATION_BUCKET_NAME": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": null,
"description": "Enter S3 bucket name to upload reports. (Optional)",
"required": false,
"type": "string",
"class": "",
"value": null
},
"AUDIT_AWS_ELB_SEND_ON": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": "change",
"description": "Send reports always or only when there is a change? Options - always / change. Default is change.",
"required": true,
"type": "string",
"class": "",
"value": "change"
},
"FILTERED_OBJECTS": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": null,
"description": "JSON object of string or regex of aws objects to include or exclude and tag in audit",
"required": false,
"type": "string",
"class": "",
"value": null
},
"HTML_REPORT_SUBJECT": {
"namespace": "ROOT::MYTESTCOMPOSITE-MYTESTPLAN",
"default": null,
"description": "Enter a custom report subject name.",
"required": false,
"type": "string",
"class": "",
"value": null
},
"SUPPRESSION_YAML": {
"namespace": "",
"default": null,
"description": "",
"required": false,
"type": "yaml_file",
"class": "",
"value": "suppression"
},
"TABLE_YAML": {
"namespace": "",
"default": null,
"description": "",
"required": false,
"type": "yaml_file",
"class": "",
"value": "table"
}
},
"planId": "59c352606a38d001c59e668c",
"id": "59c3526be1a58301b411fe1a"
}