-
Notifications
You must be signed in to change notification settings - Fork 30
/
test.json
80 lines (80 loc) · 2.11 KB
/
test.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
{
"webPort": 8000,
"metricsPort": 9090,
"privatePort": 10000,
"metricsPath": "/metrics",
"logging": {
"type": "cloudwatch",
"cloudwatch": {
"accessKeyId": "ACCESS_KEY",
"secretAccessKey": "SECRET_ACCESS_KEY",
"region": "EU",
"logGroup": "base_app"
}
},
"kafka": {
"topics": [
{
"requestedName": "platform.inventory.events",
"name": "platform.inventory.events"
},
{
"requestedName": "platform.upload.compliance",
"name": "platform.upload.compliance"
},
{
"requestedName": "platform.payload-status",
"name": "platform.payload-status"
},
{
"requestedName": "platform.notifications.ingress",
"name": "platform.notifications.ingress"
},
{
"requestedName": "platform.remediation-updates.compliance",
"name": "platform.remediation-updates.compliance"
},
{
"requestedName": "originalName",
"name": "someTopic"
}
]
},
"inMemoryDb": {
"hostname": "redis",
"port": "6379"
},
"database": {
"name": "compliance-test",
"username": "compliance",
"password": "changeme",
"hostname": "localhost",
"port": 5432,
"adminUsername": "postgres",
"adminPassword": "insights",
"rdsCa": "ca",
"sslMode": "disable"
},
"endpoints": [
{
"name": "service",
"app": "rbac",
"hostname": "rbac",
"port": 8080
},
{
"name": "service",
"app": "host-inventory",
"hostname": "inventory-web",
"port": 8081
}
],
"privateEndpoints": [
{
"name": "service",
"app": "compliance-ssg",
"hostname": "compliance-ssg",
"port": 8088
}
]
}