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 38b1ead commit 4b9d665Copy full SHA for 4b9d665
pkg/filecache/filecache.go
@@ -252,7 +252,6 @@ func (f *FileCacheProvider) RetrieveWithContext(ctx context.Context) (credential
252
} else {
253
// credential doesn't support expiration time, so can't cache, but still return the credential
254
_, _ = fmt.Fprint(os.Stderr, "Unable to cache credential: credential doesn't support expiration\n")
255
- err = nil
256
}
257
return V2CredentialToV1Value(credential), err
258
0 commit comments