Add auth feature to manage download crates

Open
#45 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
rust

Research direction

Start by reading the ktra repository context and the linked Cargo RFC issue 10474 to understand the proposed private-registry download authorization. The issue does not name files or tests; done means implementing access control so private crates are not downloadable by everyone.

Written by the indexing model from the issue text.

Description

I wanted to try out a private registry in the company where I work to allow better way than submodules and https clone for internal dependencies. But it seems that there is no way to limit crates download thus the crates are totally public.

I found out there is talk about this feature since a year and a RFC have been accepted about it https://github.com/rust-lang/cargo/issues/10474.

So this issue is about tracking the implementation of this feature in ktra.

Dominant language
Rust
Stars
432
Forks
35
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from moriturus/ktra

All issues in moriturus/ktra

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.