You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we pass the credentials.Store interface as the input of the registry.Credential() function, but this is not the best implementation. Ideally we should pass a more granular interface that provides the Get() method.
Since changing the function signature is considered breaking, we will leave it to v3.
Currently we pass the
credentials.Store
interface as the input of theregistry.Credential()
function, but this is not the best implementation. Ideally we should pass a more granular interface that provides theGet()
method.Since changing the function signature is considered breaking, we will leave it to v3.
oras-go/registry/remote/credentials/registry.go
Lines 71 to 80 in a15da41
The text was updated successfully, but these errors were encountered: