diff --git a/docs/enterprise-setup/snyk-broker/install-and-configure-snyk-broker/nexus-repository-prerequisites-and-steps-to-install-and-configure-broker/nexus-repository-environment-variables-for-snyk-broker.md b/docs/enterprise-setup/snyk-broker/install-and-configure-snyk-broker/nexus-repository-prerequisites-and-steps-to-install-and-configure-broker/nexus-repository-environment-variables-for-snyk-broker.md index a92740eb6c9e..8e31053b65bf 100644 --- a/docs/enterprise-setup/snyk-broker/install-and-configure-snyk-broker/nexus-repository-prerequisites-and-steps-to-install-and-configure-broker/nexus-repository-environment-variables-for-snyk-broker.md +++ b/docs/enterprise-setup/snyk-broker/install-and-configure-snyk-broker/nexus-repository-prerequisites-and-steps-to-install-and-configure-broker/nexus-repository-environment-variables-for-snyk-broker.md @@ -20,11 +20,11 @@ Minimal example: `acme.com`\ Complex example: `https://alice:mypassword@acme.com` `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://:@/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:///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:mypassword@acme.com:` +Complex example: `https://alice:mypassword@acme.com: 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.