Arlo Siemsen
d345ca212f
feat: stabilize credential-process and registry-auth
2023-09-16 22:40:45 -05:00
Arlo Siemsen
8c13e9ae3f
Create dedicated unstable flag for asymmetric-token
2023-08-24 00:12:50 -05:00
Arlo Siemsen
2b39792aef
Credential provider implementation
2023-07-21 16:02:24 -05:00
Eric Huss
d6c20cf109
Fix redacting tokens in http debug.
2023-05-06 12:41:06 -07:00
Eric Huss
4702fa3ad3
Include the IP address in HTTP errors.
2023-04-12 09:38:53 -07:00
Eric Huss
a9e0b505d6
Update auth error message to specify args for cargo login
.
2023-04-10 10:20:21 -07:00
Scott Schafer
ab1794bda4
chore: update registry_auth
tests to use check
2023-02-20 12:22:24 -06:00
Arlo Siemsen
f1dadb6309
Do not error for auth-required: true without -Z sparse-registry
2023-01-31 11:03:02 -06:00
bors
985d561f0b
Auto merge of #11224 - arlosi:sparse-stable, r=Eh2406
...
Stabilize sparse-registry
### What does this PR try to resolve?
Stabilize `sparse-registry`
* Does not change the default protocol for accessing crates.io
### How should we test and review this PR?
Set environment variable `REGISTRIES_CRATES_IO_PROTOCOL=sparse` or set in `config.toml`:
```
[registries.crates-io]
protocol = 'sparse'
```
cc #9069
2023-01-20 14:39:28 +00:00
Ed Page
ed8b85f10e
chore: Fix typos
2023-01-10 20:03:11 -06:00
Arlo Siemsen
7dc5506756
Stabilize sparse-registry
2023-01-05 11:04:52 -06:00
Jacob Finkelman
d464dbbb5e
add tests
2022-12-19 21:16:04 +00:00
Jacob Finkelman
6b83b3dc54
more tests
2022-12-14 21:45:25 +00:00
Jacob Finkelman
2ac15086fb
end-to-end tests
2022-12-12 21:50:08 +00:00
Arlo Siemsen
9827412fee
Implement RFC 3139: alternative registry authentication support
2022-11-16 14:36:19 -06:00