Terry Howe
Terry Howe
Add support for retrying basic auth if bearer fails Similar to https://github.com/helm/helm/pull/31212
Add additional features to registries.conf support - prefix - mirrors - containers-auth.json https://man.archlinux.org/man/containers-registries.conf.5.en#credential_helpers
Remove ForceAttemptOAuth2 and modify SetLegacyMode to preserve legacy behavior. Related: https://github.com/oras-project/oras-go/issues/972
The fetchBearerToken method seems to revert to basic authentication too easily. With docker.io for instance, they claim to only support bearer auth in their 'WWW-Authenticate', but they do not support...