Use this data source to get an existing npm proxy repository.
data "nexus_repository_npm_proxy" "npmjs" {
name = "npmjs"
}
name
(String) A unique identifier for this repositorycleanup
(List of Object) Cleanup policies (see below for nested schema)http_client
(List of Object) HTTP Client configuration for proxy repositories (see below for nested schema)id
(String) Used to identify data source at nexusnegative_cache
(List of Object) Configuration of the negative cache handling (see below for nested schema)online
(Boolean) Whether this repository accepts incoming requestsproxy
(List of Object) Configuration for the proxy repository (see below for nested schema)remove_non_cataloged
(Boolean) Remove non-catalogued versions from the npm package metadata.remove_quarantined
(Boolean) Remove quarantined versions from the npm package metadata.routing_rule
(String) The name of the routing rule assigned to this repositorystorage
(List of Object) The storage configuration of the repository (see below for nested schema)cleanup
Read-Only:
policy_names
(Set of String)http_client
Read-Only:
authentication
(List of Object) (see below for nested schema)auto_block
(Boolean)blocked
(Boolean)connection
(List of Object) (see below for nested schema)http_client.authentication
Read-Only:
ntlm_domain
(String)ntlm_host
(String)password
(String)type
(String)username
(String)http_client.connection
Read-Only:
enable_circular_redirects
(Boolean)enable_cookies
(Boolean)retries
(Number)timeout
(Number)use_trust_store
(Boolean)user_agent_suffix
(String)negative_cache
Read-Only:
enabled
(Boolean)ttl
(Number)proxy
Read-Only:
content_max_age
(Number)metadata_max_age
(Number)remote_url
(String)storage
Read-Only:
blob_store_name
(String)strict_content_type_validation
(Boolean)