summaryrefslogtreecommitdiff
path: root/pkg/auth/auth_test.go
Commit message (Expand)AuthorAge
* Run codespell on codeDaniel J Walsh2022-01-21
* Refactor manifest list operationsJhon Honce2022-01-14
* Make XRegistryAuthHeader and XRegistryConfigHeader privateMiloslav Trmač2021-12-10
* Remove the authfile parameter of MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
* Remove the authfile parameter of MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
* Remove no-longer-useful name variablesMiloslav Trmač2021-12-10
* Consolidate creation of SystemContext with auth.json into a helperMiloslav Trmač2021-12-10
* Remove pkg/auth.HeaderMiloslav Trmač2021-12-10
* Pass a header value directly to parseSingleAuthHeader and parseMultiAuthHeaderMiloslav Trmač2021-12-10
* Simplify the interface of parseSingleAuthHeaderMiloslav Trmač2021-12-10
* Don't return a header name from auth.GetCredentialsMiloslav Trmač2021-12-10
* Fix normalizeAuthFileKey to use the correct semanticsMiloslav Trmač2021-12-10
* Add TestHeaderGetCredentialsRoundtripMiloslav Trmač2021-12-10
* Add tests for auth.HeaderMiloslav Trmač2021-12-10
* Improve TestAuthConfigsToAuthFileMiloslav Trmač2021-12-10
* Add unit tests for singleAuthHeaderMiloslav Trmač2021-12-10
* Add unit tests for multiAuthHeaderMiloslav Trmač2021-12-10
* Normalize auth key before calling `SetAuthentication`Sascha Grunert2021-09-09