-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 870 Bytes
/
config.json
File metadata and controls
31 lines (31 loc) · 870 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
{
"CREDS_PATH": "./config_dir/creds.json",
"ROLENAMES_FILE_PATH": "./config_dir/rolelist.txt",
"USERNAMES_FILE_PATH": "./config_dir/userlist.txt",
"SERVICES_CONFIG":{
"s3":{
"enabled": true,
"resource_type":"s3",
"resource_prefix":"iamcheckers3",
"resource_count":3
},
"kms":{
"enabled": true,
"resource_type":"kms",
"resource_prefix":"iamcheckerkms",
"resource_count":3
},
"sqs":{
"enabled": true,
"resource_type":"sqs",
"resource_prefix":"iamcheckersqs",
"resource_count":2
},
"iam":{
"enabled": true,
"resource_type":"iam",
"resource_prefix":"iamcheckeriam",
"resource_count":2
}
}
}