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
// NewAuthRequester returns a RequestPrivilegeFunc for the specified registry
38
-
// and the given cmdName (used as informational message to the user).
39
-
//
40
-
// The returned function is a [registrytypes.RequestAuthConfig] to prompt the user
41
-
// for credentials if needed. It is called as fallback if the credentials (if any)
42
-
// used for the initial operation did not work.
43
-
//
44
-
// TODO(thaJeztah): cli Cli could be a Streams if it was not for cli.SetIn to be needed?
45
-
// TODO(thaJeztah): ideally, this would accept reposName / imageRef as a regular string (we can parse it if needed!), or .. maybe generics and accept either?
0 commit comments