generated from sigstore/sigstore-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support current Azure credential management (#1424)
* add azureauth package Signed-off-by: Meredith Lancaster <malancas@github.com> * support other cloud container registries Signed-off-by: Meredith Lancaster <malancas@github.com> * organize new registry auth code Signed-off-by: Meredith Lancaster <malancas@github.com> * missing import Signed-off-by: Meredith Lancaster <malancas@github.com> * clean up Azure credential configuration, use new registryauth func Signed-off-by: Meredith Lancaster <malancas@github.com> * start adding ACR usage examples Signed-off-by: Meredith Lancaster <malancas@github.com> * remove trailing whitespace Signed-off-by: Meredith Lancaster <malancas@github.com> * update go mod Signed-off-by: Meredith Lancaster <malancas@github.com> * add license Signed-off-by: Meredith Lancaster <malancas@github.com> * fix linter errors Signed-off-by: Meredith Lancaster <malancas@github.com> * linter fixes Signed-off-by: Meredith Lancaster <malancas@github.com> * add more information on using managed identity client ids Signed-off-by: Meredith Lancaster <malancas@github.com> * use the new k8cred manager func Signed-off-by: Meredith Lancaster <malancas@github.com> * add comment about this file Signed-off-by: Meredith Lancaster <malancas@github.com> * rename func Signed-off-by: Meredith Lancaster <malancas@github.com> * add bit about using az client id from this repo Signed-off-by: Meredith Lancaster <malancas@github.com> * Add sections on using managed identity and service principal Signed-off-by: Meredith Lancaster <malancas@github.com> * dont include default suffix Signed-off-by: Meredith Lancaster <malancas@github.com> * get access key from initial AAD token Signed-off-by: Meredith Lancaster <malancas@github.com> * parse registry url from method argument Signed-off-by: Meredith Lancaster <malancas@github.com> * update azure usage docs Signed-off-by: Meredith Lancaster <malancas@github.com> * clean up duplicate docs Signed-off-by: Meredith Lancaster <malancas@github.com> --------- Signed-off-by: Meredith Lancaster <malancas@github.com>
- Loading branch information
Showing
7 changed files
with
285 additions
and
78 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
Oops, something went wrong.