-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-8458: DNM-needs approval-Broker: fixes to Nexus Repository - …
…environment variables for Snyk Broker
- Loading branch information
1 parent
6ce1129
commit a362e6a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ Minimal example: `acme.com`\ | |
Complex example: `https://alice:[email protected]` | ||
|
||
`BROKER_CLIENT_VALIDATION_URL`\ | ||
Nexus validation url, checked by Broker Client `systemcheck` endpoint.\ | ||
Nexus validation URL, checked by Broker Client `systemcheck` endpoint.\ | ||
If Nexus user requires `auth`, use `$BASE_NEXUS_URL/service/rest/v1/status/check`\ | ||
Example:\ | ||
`https://<user>:<pass>@<your.nexus.hostname>/service/rest/v1/status/check`)\ | ||
Otherwise use `$BASE_NEXUS_URL/service/rest/v1/status`\ | ||
Otherwise, use `$BASE_NEXUS_URL/service/rest/v1/status`\ | ||
Example:\ | ||
`https://<your.nexus.hostname>/service/rest/v1/status`). | ||
|
||
|
@@ -48,7 +48,7 @@ The following fields are optional:\ | |
Can be either plain text or a two-part token (`Nexus Pro`).\ | ||
URL encode username, password, and tokens to avoid errors that may prevent authentication.\ | ||
Minimal example: `https://acme.com`\ | ||
Complex example: `https://alice:[email protected]:` | ||
Complex example: `https://alice:[email protected]: 8000` | ||
|
||
`NEXUS_URL`: Used as an override if your repositories do not live under /nexus/content\ | ||
The URL that points to the base of your repositories within Nexus. By default, the broker assumes `BASE_NEXUS_URL`/nexus/content/ as the value. | ||
|