Is there an existing issue for this?
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Sonatype recently introduced support for proxying Hugging Face repositories and its collection of machine learning components, including in the Nexus Repository API. This repository type has not yet been implemented in the Nexus Terraform provider
New or Affected Resource(s)/Data Source(s)
nexus_repository_huggingface_proxy
Pro feature
Community Plugin
N/A
Potential Terraform Configuration
resource "nexus_repository_huggingface_proxy" "huggingface_co" {
name = "raw-org"
online = true
storage {
blob_store_name = "default"
strict_content_type_validation = true
}
proxy {
remote_url = "https://huggingface.co"
content_max_age = 1440
metadata_max_age = 1440
}
negative_cache {
enabled = true
ttl = 1440
}
http_client {
blocked = false
auto_block = true
}
}
References
Is there an existing issue for this?
Community Note
Description
Sonatype recently introduced support for proxying Hugging Face repositories and its collection of machine learning components, including in the Nexus Repository API. This repository type has not yet been implemented in the Nexus Terraform provider
New or Affected Resource(s)/Data Source(s)
nexus_repository_huggingface_proxy
Pro feature
Community Plugin
N/A
Potential Terraform Configuration
References