-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use existing auth plugins with OCIDownloader
This change addresses solutions 2) and 3) of the related issue #5553. It mainly starts using the (now exposed) `Config.AuthPlugin()` function of the `rest` package in the `download.OCIDownloader`. This allows it to use any `HTTPAuthPlugin` that is defined in the `Config.Credentials` section and makes it much more consistent with behavior of the `download.Downloader` and potential other uses of the rest package. Fixes #5553 Signed-off-by: DerGut <[email protected]>
- Loading branch information
1 parent
85fbad5
commit b626a2c
Showing
16 changed files
with
1,031 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.