Skip to content

Commit f3aecb9

Browse files
committed
Fix minor typo
1 parent 8a993d3 commit f3aecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-cargo-alternative-registry-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The approved (but currently unimplemented) [RFC2789](https://github.com/rust-lan
4040
If the server responds with an HTTP redirect, the redirect would be followed, but the Authorization header would *not* be sent to the redirect target.
4141

4242
## Interaction with `credential-process`
43-
The unstable [credential-process](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process) feature stores credentials keyed on the registry api url, which is only available in after fetching `config.json` from the index. If access to the index is secured using the authorization token, then Cargo will be unable to fetch the `config.json` file before calling the credential process.
43+
The unstable [credential-process](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process) feature stores credentials keyed on the registry api url, which is only available after fetching `config.json` from the index. If access to the index is secured using the authorization token, then Cargo will be unable to fetch the `config.json` file before calling the credential process.
4444

4545
For example, the following command would need to download `config.json` from the index before storing the credential.
4646
`cargo login --registry my-registry -Z http-registry -Z credential-process`

0 commit comments

Comments
 (0)