Tags: bazeltools/rules_minidock_tools
Tags
Drop auth_info on redirect (#487) In particular, this addresses a case where a user-facing registry redirects to blob storage in S3, providing a URL that includes various `X-Amz-*` query parameters. S3 refuses requests that have both Authentication header and authentication query parameters.
Bump tempfile from 3.6.0 to 3.10.1 (#356) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.10.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.6.0...v3.10.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
First phase/step of the auth flow implementation. Also collapse the r… ( #343) * First phase/step of the auth flow implementation. Also collapse the retry behaviors in to the same thing. We perform the docker style auth flow (used by all service providers it seems), right now however we are not including support for the credentials helpers to lookup username/password combos. But this is enough to now authenticate against docker hub anonymously as it requires to fetch anything * Add simple helper for common case of not having a body or custom headers * Use ? * Review comments
PreviousNext