-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathconfig.universaltest11.json
More file actions
71 lines (71 loc) · 1.88 KB
/
config.universaltest11.json
File metadata and controls
71 lines (71 loc) · 1.88 KB
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
{
"BROKER_CLIENT_CONFIGURATION": {
"common": {
"default": {
"BROKER_SERVER_URL": "https://broker.dev.snyk.io",
"BROKER_HA_MODE_ENABLED": "false",
"BROKER_DISPATCHER_BASE_URL": "https://api.dev.snyk.io"
},
"oauth": {
"clientId": "${CLIENT_ID}",
"clientSecret": "${CLIENT_SECRET}"
}
},
"github": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
},
"gitlab": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
},
"azure-repos": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
},
"jira-bearer-auth": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
}
},
"CONNECTIONS": {
"my github connection": {
"type": "github",
"id": "1",
"identifier": "${BROKER_TOKEN_1}",
"GITHUB_TOKEN": "${GITHUB_TOKEN}",
"contexts": {
"test-context": {
"GITHUB_TOKEN": "${GITHUB_TOKEN2}",
"UNAUTHORIZED": "should not be allowed"
}
}
},
"my gitlab connection": {
"type": "gitlab",
"id": "2",
"identifier": "${BROKER_TOKEN_2}",
"GITLAB_TOKEN": "${GITLAB_TOKEN}",
"GITLAB":"gitlab.dev.snyk.io"
},
"my azure connection": {
"type": "azure-repos",
"id": "3",
"identifier": "${BROKER_TOKEN_3}",
"AZURE_REPOS_TOKEN": "${AZURE_REPOS_TOKEN}",
"AZURE_REPOS_ORG":"${AZURE_REPOS_ORG}",
"AZURE_REPOS_HOST":"${AZURE_REPOS_HOST}"
},
"my jira pat": {
"type": "jira",
"id": "4",
"identifier": "${BROKER_TOKEN_4}",
"JIRA_PAT": "${JIRA_PAT}",
"JIRA_HOSTNAME":"${JIRA_HOSTNAME}"
}
}
}