forked from Cumulocity-IoT/cumulocity-node-red
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cumulocity.json
46 lines (46 loc) · 1.03 KB
/
cumulocity.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
{
"apiVersion": "v2",
"version": "1.0.0",
"name": "node-red",
"provider": {
"name": "Tristan Bastian",
"domain": "https://github.com/SoftwareAG/cumulocity-node-red",
"support": "https://github.com/SoftwareAG/cumulocity-node-red/issues"
},
"isolation": "PER_TENANT",
"requiredRoles": [
"ROLE_INVENTORY_READ",
"ROLE_INVENTORY_ADMIN",
"ROLE_EVENT_READ",
"ROLE_EVENT_ADMIN",
"ROLE_ALARM_READ",
"ROLE_ALARM_ADMIN",
"ROLE_DEVICE_CONTROL_READ",
"ROLE_DEVICE_CONTROL_ADMIN",
"ROLE_MEASUREMENT_READ",
"ROLE_MEASUREMENT_ADMIN",
"ROLE_OPTION_MANAGEMENT_READ",
"ROLE_OPTION_MANAGEMENT_ADMIN",
"ROLE_NOTIFICATION_2_ADMIN"
],
"roles": [
"ROLE_NODE_RED_ADMIN",
"ROLE_NODE_RED_READ"
],
"livenessProbe": {
"httpGet": {
"path": "/health",
"port": 80
},
"initialDelaySeconds": 60,
"periodSeconds": 10
},
"readinessProbe": {
"httpGet": {
"path": "/health",
"port": 80
},
"initialDelaySeconds": 60,
"periodSeconds": 10
}
}