Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.46 KB

File metadata and controls

32 lines (20 loc) · 1.46 KB

pulp-rust

A Pulp plugin to support hosting your own Rust/Cargo package registry.

Tech Preview: This project is currently in tech preview. APIs, behaviors, and data models are subject to change, including breaking changes, without prior notice.

Features

  • Use Pulp as a pull-through cache for crates.io or any Cargo sparse registry
  • Host a private Cargo registry for internal crates
  • Implements the Cargo sparse registry protocol for compatibility with standard Cargo tooling
  • Download crates on-demand to reduce disk usage
  • Every operation creates a restorable snapshot with Versioned Repositories
  • Host content either locally or on S3/Azure/GCP
  • De-duplication of all saved content

Not Yet Supported

The following features are not yet implemented but are planned for future releases:

  • Authentication & authorization -- the registry is currently open to all clients
  • Syncing -- mirroring an entire upstream registry is not yet supported; use pull-through caching instead

For more information, please see the documentation or the Pulp project page.

How to File an Issue

File through this project's GitHub issues and appropriate labels.

WARNING Is this security related? If so, please follow the Security Disclosures procedure.