buildkit/source
Alex Couture-Beil 5d2fd7eb45 Redact credentials from URLs before returning errors
this is to prevent errors such as

    failed to fetch remote https://user:password@github.com/user/private-repo-failure.git: exit status 128

from leaking the password; now it will be displayed like:

    failed to fetch remote https://user:xxxxx@non-existant-host/user/private-repo.git: exit status 128

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
2021-04-28 10:39:15 -07:00
..
containerimage fix invalid cancellation errors on pull 2020-12-01 00:27:31 -08:00
git Redact credentials from URLs before returning errors 2021-04-28 10:39:15 -07:00
http add session injection to remote loading 2020-11-02 22:20:44 -08:00
local add session injection to remote loading 2020-11-02 22:20:44 -08:00
gitidentifier.go Move prefix check to isGitTransport 2021-01-04 11:09:56 -08:00
gitidentifier_test.go Move prefix check to isGitTransport 2021-01-04 11:09:56 -08:00
identifier.go fix building from git url without a protocol 2020-12-09 18:40:34 -08:00
manager.go Add support for lazily-pulled blobs in cache manager. 2020-08-05 17:18:43 -07:00