-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathconfig.universaltest12.json
More file actions
38 lines (38 loc) · 977 Bytes
/
config.universaltest12.json
File metadata and controls
38 lines (38 loc) · 977 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
34
35
36
37
38
{
"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}"
}
},
"bitbucket-server": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
},
"bitbucket-server-bearer-auth": {
"validations":[{
"url": "https://snyk.io/no-such-url-ever"
}]
}
},
"CONNECTIONS": {
"my bitbucket connection": {
"type": "bitbucket-server",
"id": "1",
"identifier": "${BROKER_TOKEN_1}",
"BITBUCKET": "${BITBUCKET}",
"contexts": {
"test-context": {
"BITBUCKET_PAT": "${BITBUCKET_PAT}"
}
}
}
}
}