-
Notifications
You must be signed in to change notification settings - Fork 122
/
config.universaltestpool.json
47 lines (47 loc) · 1.31 KB
/
config.universaltestpool.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
{
"BROKER_CLIENT_CONFIGURATION": {
"common": {
"default": {
"BROKER_SERVER_URL": "https://broker2.dev.snyk.io",
"BROKER_HA_MODE_ENABLED": "false",
"BROKER_DISPATCHER_BASE_URL": "https://api.dev.snyk.io"
}
},
"github": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
},
"gitlab": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
}
},
"CONNECTIONS": {
"my github connection": {
"type": "github",
"identifier": "${BROKER_TOKEN_1}",
"GITHUB_TOKEN_POOL": "${GITHUB_TOKEN_POOL}"
},
"my gitlab connection": {
"type": "gitlab",
"identifier": "${BROKER_TOKEN_2}",
"GITLAB_TOKEN": "${GITLAB_TOKEN}",
"GITLAB":"gitlab.dev.snyk.io"
},
"my azure connection": {
"type": "azure-repos",
"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-bearer-auth",
"identifier": "${BROKER_TOKEN_4}",
"JIRA_PAT": "${JIRA_PAT}",
"JIRA_HOSTNAME":"${JIRA_HOSTNAME}"
}
}
}