kaniko icon indicating copy to clipboard operation
kaniko copied to clipboard

Use Azure Default Credential to avoid using keys

Open darguelles-am opened this issue 1 year ago • 0 comments

Azure azidentity package has DefaultCredentials process to manage different login methods:

login

Using this, we avoid to force the use of AZURE_STORAGE_ACCESS_KEY env and we can use different ways of auth, including workload identity.

darguelles-am avatar May 17 '24 09:05 darguelles-am