Skip to content

Commit 5afa739

Browse files
authored
Merge pull request #5660 from thaJeztah/remove_repoinfo_class
2 parents 61b02e6 + ed9fcf3 commit 5afa739

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/trust/trust.go

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func GetNotaryRepository(in io.Reader, out io.Writer, userAgent string, repoInfo
157157
scope := auth.RepositoryScope{
158158
Repository: repoInfo.Name.Name(),
159159
Actions: actions,
160-
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
161160
}
162161
creds := simpleCredentialStore{auth: *authConfig}
163162
tokenHandlerOptions := auth.TokenHandlerOptions{

0 commit comments

Comments
 (0)