forked from vtex-apps/cypress-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.json
More file actions
33 lines (33 loc) · 717 Bytes
/
service.json
File metadata and controls
33 lines (33 loc) · 717 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
32
33
{
"memory": 256,
"ttl": 10,
"timeout": 2,
"minReplicas": 1,
"maxReplicas": 1,
"routes": {
"onSpecComplete": {
"path": "/_v/e2e_spec_callback/*spec",
"public": false,
"access": "authorized",
"policies": [
{
"effect": "allow",
"actions": ["post"],
"principals": ["vrn:apps:*:*:*:app/vtex.tester-hub@*"]
}
]
},
"onTestComplete": {
"path": "/_v/e2e_complete_callback/:testId",
"public": false,
"access": "authorized",
"policies": [
{
"effect": "allow",
"actions": ["post"],
"principals": ["vrn:apps:*:*:*:app/vtex.tester-hub@*"]
}
]
}
}
}