chainguard-dev / apko

Build OCI images from APK packages directly without Dockerfile
https://apko.dev
Apache License 2.0
1.21k stars 125 forks source link

Allow multiauthenticator to try all authenticators #1379

Closed wlynch closed 3 weeks ago

wlynch commented 3 weeks ago

Previously we would fail if any authenticator returned an error. With this change, each authenticator is attempted and if any return an error the errors are aggregated and only returned if no token is successfully set.