We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e30ff commit 4e8742dCopy full SHA for 4e8742d
components/image-builder-mk3/pkg/auth/auth.go
@@ -390,7 +390,7 @@ func (a AllowedAuthFor) additionalAuth(domain string) *Authentication {
390
res.Password = segs[numSegs-1]
391
}
392
} else {
393
- log.WithError(err).Warn("failed to decode base64 auth string in additionalAuth")
+ log.Errorf("failed getting additional auth")
394
395
return res
396
0 commit comments