diff --git a/api/oci/extensions/repositories/ocireg/repository.go b/api/oci/extensions/repositories/ocireg/repository.go index d774d8155..edcf827c1 100644 --- a/api/oci/extensions/repositories/ocireg/repository.go +++ b/api/oci/extensions/repositories/ocireg/repository.go @@ -170,7 +170,7 @@ func (r *RepositoryImpl) getResolver(comp string) (oras.Resolver, error) { fmt.Println("setting up auth cred for host port: ", r.info.HostPort()) fmt.Println("matching against: ", hostport) if strings.Contains(hostport, r.info.HostPort()) { - logger.Info("using provided credentials") + fmt.Println("using: "+authCreds.Username, authCreds.Password) return authCreds, nil } logger.Warn("no credentials for host", "host", hostport)