Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 4.25 KB

File metadata and controls

41 lines (37 loc) · 4.25 KB

RpmUpstream

Properties

Name Type Description Notes
auth_mode str The authentication mode to use when accessing this upstream. [optional] [default to 'None']
auth_secret str Secret to provide with requests to upstream. [optional]
auth_username str Username to provide with requests to upstream. [optional]
available bool Whether the upstream is available for use. [optional]
can_reindex bool Whether the upstream can be reindexed. [optional]
created_at datetime The datetime the upstream source was created. [optional]
disable_reason str [optional] [default to 'N/A']
disable_reason_text str Human-readable explanation of why this upstream is disabled [optional]
distro_version str The distribution version that packages found on this upstream will be associated with.
extra_header_1 str The key for extra header #1 to send to upstream. [optional]
extra_header_2 str The key for extra header #2 to send to upstream. [optional]
extra_value_1 str The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. [optional]
extra_value_2 str The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. [optional]
gpg_key_fingerprint_short str [optional]
gpg_key_inline str A public GPG key to associate with packages found on this upstream. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. [optional]
gpg_key_url str When provided, Cloudsmith will fetch, validate, and associate a public GPG key found at the provided URL. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. [optional]
gpg_verification str The GPG signature verification mode for this upstream. [optional] [default to 'Allow All']
has_failed_signature_verification bool Whether the upstream has failed signature verification. [optional]
include_sources bool When checked, source packages will be available from this upstream. [optional]
index_package_count int The number of packages available in this upstream source [optional]
index_status str The current indexing status of this upstream source [optional]
is_active bool Whether or not this upstream is active and ready for requests. [optional]
last_indexed str The last time this upstream source was indexed [optional]
mode str 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] [default to 'Proxy Only']
name str A descriptive name for this upstream source. A shortened version of this name will be used for tagging cached packages retrieved from this upstream.
pending_validation bool When true, this upstream source is pending validation. [optional]
priority int Upstream sources are selected for resolving requests by sequential order (1..n), followed by creation date. [optional]
slug_perm str [optional]
updated_at datetime [optional]
upstream_url str 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.
verification_status str The signature verification status for this upstream. [optional] [default to 'Unknown']
verify_ssl bool 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. [optional]

[Back to Model list] [Back to API list] [Back to README]