Merge pull request #5660 from thaJeztah/remove_repoinfo_class
This commit is contained in:
commit
5afa739692
@ -157,7 +157,6 @@ func GetNotaryRepository(in io.Reader, out io.Writer, userAgent string, repoInfo
|
|||||||
scope := auth.RepositoryScope{
|
scope := auth.RepositoryScope{
|
||||||
Repository: repoInfo.Name.Name(),
|
Repository: repoInfo.Name.Name(),
|
||||||
Actions: actions,
|
Actions: actions,
|
||||||
Class: repoInfo.Class, // TODO(thaJeztah): Class is no longer needed for plugins and can likely be removed; see https://github.com/docker/cli/pull/4114#discussion_r1145430825
|
|
||||||
}
|
}
|
||||||
creds := simpleCredentialStore{auth: *authConfig}
|
creds := simpleCredentialStore{auth: *authConfig}
|
||||||
tokenHandlerOptions := auth.TokenHandlerOptions{
|
tokenHandlerOptions := auth.TokenHandlerOptions{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user