-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
56 lines (56 loc) · 2.03 KB
/
config.yaml
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
variables:
HTML_REPORT_SUBJECT:
required: false
type: string
default:
description: "Enter a custom report subject name."
AUDIT_AWS_ELB_ALERT_LIST:
required: false
type: array
default:
- elb-old-ssl-policy #
- elb-current-ssl-policy # not_violation
- 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"
AUDIT_AWS_ELB_ALERT_RECIPIENT:
description: "Enter the email address(es) that will receive notifiers. If more than one, separate each with a comma."
required: false
type: string
default:
AUDIT_AWS_ELB_OWNER_TAG:
description: "Enter an AWS tag whose value is an email address of owner of the ELB object. (Optional)"
required: false
type: string
default: "NOT_A_TAG"
AUDIT_AWS_ELB_ALLOW_EMPTY:
description: "Would you like to receive empty reports? Options - true / false. Default is false."
required: true
type: string
default: false
AUDIT_AWS_ELB_SEND_ON:
description: "Send reports always or only when there is a change? Options - always / change. Default is change."
required: true
type: string
default: "change"
AUDIT_AWS_ELB_REGIONS:
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
default:
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- ca-central-1
- ap-south-1
- ap-northeast-2
FILTERED_OBJECTS:
description: "JSON object of string or regex of aws objects to include or exclude and tag in audit"
required: false
type: string
default:
AUDIT_AWS_ELB_S3_NOTIFICATION_BUCKET_NAME:
required: false
type: string
default:
description: "Enter S3 bucket name to upload reports. (Optional)"