snyk-broker 4.121.1 → 4.121.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,10 @@ BROKER_TOKEN=<broker-token>
3
3
 
4
4
  # The Base URL for your Nexus Repository Manager
5
5
  # If not using basic auth this will only be "https://<your.nexus.hostname>"
6
- NEXUS_URL=https://<username>:<password>@<your.nexus.hostname>
6
+ BASE_NEXUS_URL=https://<username>:<password>@<your.nexus.hostname>
7
+
8
+ # The URL to your Nexus Repository Manager
9
+ NEXUS_URL=$BASE_NEXUS_URL/repository
7
10
 
8
11
  # The URL of the Snyk broker server
9
12
  BROKER_SERVER_URL=https://broker.snyk.io
@@ -22,5 +25,5 @@ BROKER_HEALTHCHECK_PATH=/healthcheck
22
25
  # Nexus validation url, checked by broker client systemcheck endpoint
23
26
  # readonly users must have 'nx-metrics-all' privilege enabled to access
24
27
  # https://support.sonatype.com/hc/en-us/articles/226254487-System-Status-and-Metrics-REST-API
25
- BROKER_CLIENT_VALIDATION_URL=$NEXUS_URL/service/rest/v1/status/check
28
+ BROKER_CLIENT_VALIDATION_URL=$BASE_NEXUS_URL/service/rest/v1/status/check
26
29
  BROKER_CLIENT_VALIDATION_JSON_DISABLED=true
@@ -7,6 +7,11 @@
7
7
  }
8
8
  ],
9
9
  "private": [
10
+ {
11
+ "method": "GET",
12
+ "path": "/service/rest/v1/status/check",
13
+ "origin": "${BASE_NEXUS_URL}"
14
+ },
10
15
  {
11
16
  "method": "any",
12
17
  "path": "/*",
package/dist/package.json CHANGED
@@ -87,5 +87,5 @@
87
87
  },
88
88
  "homepage": "https://github.com/snyk/broker#readme",
89
89
  "snyk": true,
90
- "version": "4.121.1"
90
+ "version": "4.121.2"
91
91
  }
@@ -472,7 +472,7 @@
472
472
  "affectsGlobalScope": true
473
473
  },
474
474
  "../package.json": {
475
- "version": "e48c176580d715d3870c5515313cca12361dae2f68bc428a4d596f1cb58d12e8",
475
+ "version": "fde82ba44c7d23f7958c1545ba7f8c33191131674c83e6d69807da424ad2f691",
476
476
  "signature": "239021c66489cbe324ac934597c505bd38e71473acd933fa8f185e12d13100aa",
477
477
  "affectsGlobalScope": true
478
478
  },
@@ -592,8 +592,8 @@
592
592
  "affectsGlobalScope": false
593
593
  },
594
594
  "../node_modules/@types/babel__core/index.d.ts": {
595
- "version": "dd5647a9ccccb2b074dca8a02b00948ac293091ebe73fdf2e6e98f718819f669",
596
- "signature": "dd5647a9ccccb2b074dca8a02b00948ac293091ebe73fdf2e6e98f718819f669",
595
+ "version": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
596
+ "signature": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
597
597
  "affectsGlobalScope": false
598
598
  },
599
599
  "../node_modules/@types/eslint-visitor-keys/index.d.ts": {
@@ -662,8 +662,8 @@
662
662
  "affectsGlobalScope": true
663
663
  },
664
664
  "../node_modules/@types/json-schema/index.d.ts": {
665
- "version": "0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4",
666
- "signature": "0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4",
665
+ "version": "d38e588a10943bbab1d4ce03d94759bf065ff802a9a72fc57aa75a72f1725b71",
666
+ "signature": "d38e588a10943bbab1d4ce03d94759bf065ff802a9a72fc57aa75a72f1725b71",
667
667
  "affectsGlobalScope": false
668
668
  },
669
669
  "../node_modules/@types/normalize-package-data/index.d.ts": {
package/package.json CHANGED
@@ -87,5 +87,5 @@
87
87
  },
88
88
  "homepage": "https://github.com/snyk/broker#readme",
89
89
  "snyk": true,
90
- "version": "4.121.1"
90
+ "version": "4.121.2"
91
91
  }