You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mode that this upstream should operate in. Upstream sources can be used to proxy resolved packages, as well as operate in a proxy/cache or cache only mode.
[optional]
name
String
A descriptive name for this upstream source. A shortened version of this name will be used for tagging cached packages retrieved from this upstream.
pendingValidation
Boolean
When true, this upstream source is pending validation.
[optional]
priority
java.math.BigInteger
Upstream sources are selected for resolving requests by sequential order (1..n), followed by creation date.
The URL for this upstream source. This must be a fully qualified URL including any path elements required to reach the root of the repository.
verifySsl
Boolean
If enabled, SSL certificates are verified when requests are made to this upstream. It's recommended to leave this enabled for all public sources to help mitigate Man-In-The-Middle (MITM) attacks. Please note this only applies to HTTPS upstreams.